From 3a763985c52246b1b804cdd7ee7bd49a82e76bd3 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 1 Nov 2018 17:14:06 -0400 Subject: Increase Visual Studio warning level to Level4 Fixes #223. --- cpp/src/Ice/Service.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/Ice/Service.cpp') diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index a6b6d70493a..9e87ba4a68f 100644 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -567,7 +567,6 @@ Ice::Service::main(int argc, const char* const argv[], const InitializationData& // First check for the --service option. // string name; - string eventLogSource; int idx = 1; const StringConverterPtr stringConverter = getProcessStringConverter(); while(idx < av.argc) -- cgit v1.2.3