From d3e4150302183df67404c5c01b5747758675b042 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Tue, 29 Nov 2016 13:03:37 +0700 Subject: [PATCH] Fixed clang warnings --- Source/Awards.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.2