Add device selection and filtering by serial number #544
Annotations
2 errors and 12 warnings
windows-latest-C++ CI
Process completed with exit code 1.
|
ubuntu-latest-C++ CI
Process completed with exit code 2.
|
windows-latest-C++ CI
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, webfactory/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ubuntu-latest-C++ CI
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, webfactory/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ubuntu-latest-C++ CI:
src/jasonhandler.hpp#L46
‘void write_json_file(const std::string&, const nlohmann::json_abi_v3_11_2::json&)’ defined but not used [-Wunused-function]
|
ubuntu-latest-C++ CI:
src/jasonhandler.hpp#L34
‘void from_json(const nlohmann::json_abi_v3_11_2::json&, Size&)’ defined but not used [-Wunused-function]
|
ubuntu-latest-C++ CI:
src/jasonhandler.hpp#L21
‘void from_json(const nlohmann::json_abi_v3_11_2::json&, Color&)’ defined but not used [-Wunused-function]
|
ubuntu-latest-C++ CI:
src/imgui_stdlib.cpp#L35
conversion to ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
ubuntu-latest-C++ CI:
src/imgui_stdlib.cpp#L36
cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
|
ubuntu-latest-C++ CI:
src/imgui_stdlib.cpp#L56
cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
|
ubuntu-latest-C++ CI:
src/imgui_stdlib.cpp#L68
cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
|
ubuntu-latest-C++ CI:
src/imgui_stdlib.cpp#L80
cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
|
ubuntu-latest-C++ CI:
stb_image/stb_image.h#L830
cast from type ‘const stbi_uc*’ {aka ‘const unsigned char*’} to type ‘stbi_uc*’ {aka ‘unsigned char*’} casts away qualifiers [-Wcast-qual]
|
ubuntu-latest-C++ CI:
stb_image/stb_image.h#L831
cast from type ‘const stbi_uc*’ {aka ‘const unsigned char*’} to type ‘stbi_uc*’ {aka ‘unsigned char*’} casts away qualifiers [-Wcast-qual]
|