added language linkings #495
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, webfactory/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/settingspopup.hpp#L20
format not a string literal and no format arguments [-Wformat-security]
|
src/main.cpp#L76
conversion to ‘std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
src/main.cpp#L81
conversion to ‘std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
src/main.cpp#L122
format not a string literal and no format arguments [-Wformat-security]
|
src/main.cpp#L125
suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
|
src/main.cpp#L17
variable ‘now_tm’ set but not used [-Wunused-but-set-variable]
|
src/jasonhandler.hpp#L34
‘void from_json(const nlohmann::json_abi_v3_11_2::json&, Size&)’ defined but not used [-Wunused-function]
|
src/jasonhandler.hpp#L21
‘void from_json(const nlohmann::json_abi_v3_11_2::json&, Color&)’ defined but not used [-Wunused-function]
|
src/generateTrainingData.cpp#L78
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
src/generateTrainingData.cpp#L78
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
This job succeeded
Loading