[pre-commit.ci] pre-commit autoupdate #604
Annotations
8 warnings
cpp (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cpp (ubuntu-latest):
hades_extensions/test/test_primitives.cpp#L36
ignoring return value of ‘int Grid::convert_position(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|
cpp (ubuntu-latest):
hades_extensions/test/test_primitives.cpp#L41
ignoring return value of ‘int Grid::convert_position(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|
cpp (ubuntu-latest):
hades_extensions/test/test_primitives.cpp#L58
ignoring return value of ‘TileType Grid::get_value(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|
cpp (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cpp (windows-latest):
hades_extensions/test/test_primitives.cpp#L36
discarding return value of function with 'nodiscard' attribute
|
cpp (windows-latest):
hades_extensions/test/test_primitives.cpp#L41
discarding return value of function with 'nodiscard' attribute
|
cpp (windows-latest):
hades_extensions/test/test_primitives.cpp#L58
discarding return value of function with 'nodiscard' attribute
|