mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Silence a bunch of warnings under MSVC /W4
Still some remain, but are really the silly ones. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ inline bool piece_is_ok(Piece pc) {
|
||||
//// Prototypes
|
||||
////
|
||||
|
||||
extern int piece_type_to_char(PieceType pt, bool upcase = false);
|
||||
extern char piece_type_to_char(PieceType pt, bool upcase = false);
|
||||
extern PieceType piece_type_from_char(char c);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user