Add use of compile time option #537
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
tests/myproj/src/main/main.cpp#L5
included header ranges.h is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L12
included header iostream is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L13
included header string is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L14
included header string_view is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L18
included header cassert is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L19
included header cctype is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L20
included header cstddef is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L21
included header cstdint is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L22
included header cstring is not used directly [misc-include-cleaner]
|
tests/myproj/src/main/main.cpp#L24
an exception may be thrown in function 'main' which should not throw exceptions [bugprone-exception-escape]
|
The logs for this run have expired and are no longer available.
Loading