cleans out dead code #21
Annotations
10 warnings
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/demo/choose_keyboard.cpp#L20
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/blink/blink.cpp#L138
'return': conversion from 'size_t' to 'int', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/blink/usb_functions.cpp#L118
'printf' : format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'ULONG_PTR'
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/blink/usb_functions.cpp#L283
'argument': conversion from 'size_t' to 'ULONG', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
test/keyboard_rk84_test.cpp#L25
'argument': conversion from 'size_t' to 'UINT8', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
test/keyboard_test.cpp#L73
'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.
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/blink/usb_functions.cpp#L118
'printf' : format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'ULONG_PTR'
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/blink/usb_functions.cpp#L283
'argument': conversion from 'size_t' to 'ULONG', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
test/keyboard_sk80_test.cpp#L25
'argument': conversion from 'size_t' to 'UINT8', possible loss of data
|
windows-latest-hosted-ninja-vcpkg_submod-autocache:
src/demo/choose_keyboard.cpp#L20
'initializing': conversion from 'size_t' to 'int', possible loss of data
|