Initial commit #1
Annotations
1 error and 12 warnings
Build
Process completed with exit code 1.
|
Build
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
Build
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
Build:
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
Setup Cpp
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583
|
The logs for this run have expired and are no longer available.
Loading