From 7581d8faf42ab51e93dff023521a7c500ddf42d0 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 16 Aug 2009 16:57:32 +0000 Subject: [PATCH] Fix a compiler warning. --- src/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.cpp b/src/actions.cpp index b6a697cf28b..4868c98919c 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -2211,7 +2211,7 @@ bool clear_shroud(int side) size_t move_unit(move_unit_spectator *move_spectator, const std::vector &route, replay* move_recorder, undo_list* undo_stack, - bool show_move, + bool /*show_move*/, map_location *next_unit, bool continue_move, bool should_clear_shroud, bool is_replay) {