changed the order of the included files #617
Annotations
2 errors and 11 warnings
src/saves_popup.cpp#L21
‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘resize_and_overwrite’
|
|
The following actions use a deprecated Node.js version 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/
|
src/settingspopup.hpp#L20
format not a string literal and no format arguments [-Wformat-security]
|
src/main.cpp#L72
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#L77
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#L103
bitwise operation between different enumeration types ‘ImPlotLocation_’ and ‘ImPlotLegendFlags_’ is deprecated [-Wdeprecated-enum-enum-conversion]
|
src/main.cpp#L105
unused variable ‘auxFlagsMeasuring’ [-Wunused-variable]
|
src/main.cpp#L107
unused variable ‘auxFlagsPaused’ [-Wunused-variable]
|
src/main.cpp#L133
format not a string literal and no format arguments [-Wformat-security]
|
src/main.cpp#L139
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 json&, Size&)’ defined but not used [-Wunused-function]
|
This job failed
Loading