Skip to content
Snippets Groups Projects
Verified Commit 7c65a248 authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Added nodiscard to Cell::from_char

parent 1f99c02d
Branches
No related merge requests found
......@@ -47,7 +47,7 @@ public:
static constexpr WallMask WALL_MASK_FULL = 0b1111;
public:
static Cell from_char(char chr);
[[nodiscard]] static Cell from_char(char chr);
Cell() = default;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment