Ran clang-format #615
Annotations
11 errors and 12 warnings
ubuntu-latest-C++ CI:
build/vcpkg_installed/x64-linux/include/imgui_stdlib.h#L18
‘IMGUI_API’ does not name a type
|
ubuntu-latest-C++ CI:
build/vcpkg_installed/x64-linux/include/imgui_stdlib.h#L19
‘IMGUI_API’ does not name a type
|
ubuntu-latest-C++ CI:
build/vcpkg_installed/x64-linux/include/imgui_stdlib.h#L20
‘IMGUI_API’ does not name a type
|
ubuntu-latest-C++ CI:
src/languages.hpp#L266
‘filesystem’ is not a namespace-name; did you mean ‘system’?
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L11
‘fs’ has not been declared
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L11
expected ‘,’ or ‘...’ before ‘const’
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L16
‘scantype’ was not declared in this scope; did you mean ‘wctype’?
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L16
‘inputvin’ was not declared in this scope
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L16
‘mileage’ was not declared in this scope
|
ubuntu-latest-C++ CI:
src/look_up_saves.hpp#L22
‘fs’ has not been declared
|
windows-latest-C++ CI
Process completed with exit code 1.
|
ubuntu-latest-C++ CI
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/
|
ubuntu-latest-C++ CI:
src/settingspopup.hpp#L20
format not a string literal and no format arguments [-Wformat-security]
|
ubuntu-latest-C++ CI:
src/main.cpp#L75
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/main.cpp#L80
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/main.cpp#L106
bitwise operation between different enumeration types ‘ImPlotLocation_’ and ‘ImPlotLegendFlags_’ is deprecated [-Wdeprecated-enum-enum-conversion]
|
ubuntu-latest-C++ CI:
src/main.cpp#L108
unused variable ‘auxFlagsMeasuring’ [-Wunused-variable]
|
ubuntu-latest-C++ CI:
src/main.cpp#L110
unused variable ‘auxFlagsPaused’ [-Wunused-variable]
|
ubuntu-latest-C++ CI:
src/main.cpp#L136
format not a string literal and no format arguments [-Wformat-security]
|
ubuntu-latest-C++ CI:
src/main.cpp#L142
suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
|
ubuntu-latest-C++ CI:
src/main.cpp#L20
variable ‘now_tm’ set but not used [-Wunused-but-set-variable]
|
ubuntu-latest-C++ CI:
src/jasonhandler.hpp#L34
‘void from_json(const json&, Size&)’ defined but not used [-Wunused-function]
|
windows-latest-C++ CI
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/
|