🚧 utils: fix for DEVENV OFF #103
Annotations
10 errors and 1 warning
src/utils.cpp#L98
use a trailing return type for this function
|
src/utils.cpp#L110
use a trailing return type for this function
|
src/utils.cpp#L115
use a trailing return type for this function
|
src/utils.cpp#L128
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
|
src/utils.cpp#L172
1048576 is a magic number; consider replacing it with a named constant
|
src/utils.cpp#L179
do not declare C-style arrays, use std::array<> instead
|
src/utils.cpp#L180
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
src/utils.cpp#L221
do not use const_cast
|
src/utils.cpp#L225
do not use pointer arithmetic
|
src/utils.cpp#L238
use a trailing return type for this function
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job succeeded
Loading