You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes:
```
test/acl_device_test.cpp:350:7:
Type: Invalid type in argument to printf format specifier (PRINTF_ARGS)
test/acl_device_test.cpp:350:7:
invalid_type: Argument "value" to format specifier "%8x" was expected to have type "unsigned int" but has type "unsigned long".
src/acl_hal.cpp:123:3:
path: Condition "debug_mode > 0", taking true branch.
src/acl_hal.cpp:126:5:
printf_function: Calling "vprintf" which uses a "printf"-style format string. [Note: The source code implementation of the function has been overridden by a builtin model.]
test/acl_device_test.cpp:360:7:
Type: Invalid type in argument to printf format specifier (PRINTF_ARGS)
test/acl_device_test.cpp:360:7:
invalid_type: Argument "value" to format specifier "%8x" was expected to have type "unsigned int" but has type "unsigned long".
src/acl_hal.cpp:123:3:
path: Condition "debug_mode > 0", taking true branch.
src/acl_hal.cpp:126:5:
printf_function: Calling "vprintf" which uses a "printf"-style format string. [Note: The source code implementation of the function has been overridden by a builtin model.]
```
0 commit comments