CodeQL #472
Annotations
4 warnings
CodeQL (cpp)
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/
|
CodeQL (cpp):
hades_extensions/test/test_primitives.cpp#L36
ignoring return value of ‘int Grid::convert_position(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|
CodeQL (cpp):
hades_extensions/test/test_primitives.cpp#L41
ignoring return value of ‘int Grid::convert_position(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|
CodeQL (cpp):
hades_extensions/test/test_primitives.cpp#L58
ignoring return value of ‘TileType Grid::get_value(const Point&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
|