do not declare unused parameters anymore
[util-vserver.git] / util-vserver / tests / escaperoot.cc
index 1357229..5472088 100644 (file)
@@ -104,7 +104,7 @@ static void dotest (void (*f)())
        }
 }
 
-int main (int argc, char *argv[])
+int main (int, char *[])
 {
        dotest (test1);
        dotest (test2);