fix: enable CMP0177 + update CI versions #613
Annotations
2 errors and 10 warnings
|
Test (windows-2022, gcc, true)
Process completed with exit code 1.
|
|
Task 'test' failed
task: Failed to run task "myproj:test": task: Failed to run task "myproj:build": exit status 1
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|