VC11 build fix
[platform/upstream/glog.git] / src / logging_striptest_main.cc
index 2e5d3b1..2fb9127 100644 (file)
@@ -56,7 +56,7 @@ int CheckNoReturn(bool b) {
 struct A { };
 std::ostream &operator<<(std::ostream &str, const A&) {return str;}
 
-int main(int argc, char* argv[]) {
+int main(int, char* argv[]) {
   FLAGS_logtostderr = true;
   InitGoogleLogging(argv[0]);
   if (FLAGS_check_mode) {