makes the usb test more conditional so the build will pass on CI #20
Annotations
10 warnings
src/demo/choose_keyboard.cpp#L20
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
src/blink/blink.cpp#L141
'return': conversion from 'size_t' to 'int', possible loss of data
|
src/blink/usb_functions.cpp#L116
'printf' : format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'ULONG_PTR'
|
src/blink/usb_functions.cpp#L281
'argument': conversion from 'size_t' to 'ULONG', possible loss of data
|
src/blink/usb_functions.cpp#L116
'printf' : format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'ULONG_PTR'
|
src/blink/usb_functions.cpp#L281
'argument': conversion from 'size_t' to 'ULONG', possible loss of data
|
test/keyboard_test.cpp#L81
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
src/demo/choose_keyboard.cpp#L20
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
benchmark/rk84_benchmark.cpp#L218
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
benchmark/rk84_benchmark.cpp#L226
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
This job succeeded
Loading