aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2015-07-01 20:57:20 +0200
committerjackpoz <giacomopoz@gmail.com>2015-07-01 20:57:20 +0200
commit55681666b3cc0e33eeb5cdb77e638e68c19f452c (patch)
treef7c5c07cc2701fba024a24973ccfcbdd706b86db /src/server/authserver/Main.cpp
parent2263cb9e1015ed0f6dbf83b63d8f0332bcbe6205 (diff)
Core/Misc: Fix build warnings
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r--src/server/authserver/Main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index 15ab1c38925..eb3cf4c9964 100644
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -271,6 +271,8 @@ variables_map GetConsoleArguments(int argc, char** argv, std::string& configFile
;
all.add(win);
+#else
+ (void)configService;
#endif
variables_map variablesMap;
try