added #567
Annotations
11 errors and 12 warnings
windows-latest-C++ CI
Process completed with exit code 1.
|
ubuntu-latest-C++ CI:
src/main.cpp#L238
expected ‘}’ before ‘else’
|
ubuntu-latest-C++ CI:
src/main.cpp#L246
‘pushStyle’ was not declared in this scope
|
ubuntu-latest-C++ CI:
src/main.cpp#L249
expected ‘,’ or ‘;’ before ‘else’
|
ubuntu-latest-C++ CI:
src/main.cpp#L324
‘windowSize’ was not declared in this scope
|
ubuntu-latest-C++ CI:
src/main.cpp#L324
invalid initialization of reference of type ‘const ImVec2&’ from expression of type ‘<brace-enclosed initializer list>’
|
ubuntu-latest-C++ CI:
src/main.cpp#L328
no matching function for call to ‘BeginChild(const char [12], <brace-enclosed initializer list>, ImGuiChildFlags_)’
|
ubuntu-latest-C++ CI:
src/main.cpp#L371
invalid initialization of reference of type ‘const ImVec2&’ from expression of type ‘<brace-enclosed initializer list>’
|
ubuntu-latest-C++ CI:
src/main.cpp#L373
invalid initialization of reference of type ‘const ImVec2&’ from expression of type ‘<brace-enclosed initializer list>’
|
ubuntu-latest-C++ CI:
src/main.cpp#L384
expected unqualified-id before ‘while’
|
ubuntu-latest-C++ CI:
src/main.cpp#L386
expected unqualified-id before ‘return’
|
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]
|