Make a smoke test CI for PRs #4
Annotations
10 errors and 3 warnings
Build:
include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L10
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
|
Build:
test/tuple_tests.cpp#L11
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L13
unmatched 'NOLINTEND' comment without a previous 'NOLINTBEGIN' comment [clang-tidy-nolint]
|
Build:
test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
|
Build
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
|
Build
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
|
Build
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
|
Build
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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]
|
The logs for this run have expired and are no longer available.
Loading