diff options
Diffstat (limited to 'Libraries/LibChess/UCICommand.cpp')
-rw-r--r-- | Libraries/LibChess/UCICommand.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Libraries/LibChess/UCICommand.cpp b/Libraries/LibChess/UCICommand.cpp index 056a65b39d..3676c52efe 100644 --- a/Libraries/LibChess/UCICommand.cpp +++ b/Libraries/LibChess/UCICommand.cpp @@ -316,9 +316,8 @@ String BestMoveCommand::to_string() const return builder.build(); } -InfoCommand InfoCommand::from_string(const StringView& command) +InfoCommand InfoCommand::from_string([[maybe_unused]] const StringView& command) { - (void)command; // FIXME: Implement this. ASSERT_NOT_REACHED(); } |