From: Côme Chilliet Date: Tue, 29 Nov 2016 06:03:37 +0000 (+0700) Subject: Fixed clang warnings X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=d3e4150302183df67404c5c01b5747758675b042;p=lugaru.git Fixed clang warnings --- diff --git a/Source/Awards.cpp b/Source/Awards.cpp index bfd9ab2..5b27563 100644 --- a/Source/Awards.cpp +++ b/Source/Awards.cpp @@ -41,7 +41,7 @@ const char *award_names[award_count] = { }; static const int bonus_values[bonus_count] = { -#define DECLARE_BONUS(id, name, value, ...) value, +#define DECLARE_BONUS(id, name, value) value, #include "Bonuses.def" #undef DECLARE_BONUS };