🧹 move hwclock into gucc #137
Annotations
10 errors and 1 warning
src/utils.cpp#L107
use a trailing return type for this function
|
src/utils.cpp#L119
use a trailing return type for this function
|
src/utils.cpp#L132
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
|
src/utils.cpp#L139
implicit conversion 'int' -> bool
|
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#L209
an exception may be thrown in function 'dump_settings_to_log' which should not throw exceptions
|
src/utils.cpp#L221
use a trailing return type for this function
|
src/utils.cpp#L261
an exception may be thrown in function 'umount_partitions' which should not throw exceptions
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading