From a46558e0aab30eb88ac3cafac8d490174bd4785f Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jul 2026 16:33:03 +0200 Subject: making everything more strict + fixing the warnings/error --- src/board.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/board.hpp') diff --git a/src/board.hpp b/src/board.hpp index 23f89ad..afdb938 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -13,7 +13,7 @@ enum pieceType { KING, }; -const char toChar(pieceType type); +char toChar(pieceType type); struct Piece { bool color; -- cgit v1.2.3