test changes #562
Annotations
4 errors and 12 warnings
windows-latest-C++ CI
Process completed with exit code 1.
|
ubuntu-latest-C++ CI:
src/saves_popup.cpp#L319
‘cout’ is not a member of ‘std’
|
ubuntu-latest-C++ CI:
src/saves_popup.cpp#L321
‘cerr’ is not a member of ‘std’
|
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/look_up_saves.hpp#L41
format not a string literal and no format arguments [-Wformat-security]
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L72
format not a string literal and no format arguments [-Wformat-security]
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L68
unused variable ‘VIN’ [-Wunused-variable]
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L11
unused parameter ‘language’ [-Wunused-parameter]
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L97
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]
|
ubuntu-latest-C++ CI:
src/VCDS_data.hpp#L31
declaration of ‘fileBrowser’ shadows a global declaration [-Wshadow]
|
ubuntu-latest-C++ CI:
src/VCDS_data.hpp#L57
variable ‘windowSize’ set but not used [-Wunused-but-set-variable]
|
ubuntu-latest-C++ CI:
src/VCDS_data.hpp#L116
declaration of ‘fileBrowser’ shadows a global declaration [-Wshadow]
|
ubuntu-latest-C++ CI:
src/VCDS_data.hpp#L232
unused variable ‘test’ [-Wunused-variable]
|
ubuntu-latest-C++ CI:
src/settingspopup.hpp#L20
format not a string literal and no format arguments [-Wformat-security]
|