Initial commit #1
Annotations
1 error and 12 warnings
|
|
|
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
|
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