cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / tests / regression / test_urcu_fork.c
index 8118be7be325d28953e3acf32e61efd19b389ac3..b6f94f55738de8fd8aad241f98b5e3317b99b00c 100644 (file)
@@ -163,7 +163,7 @@ static int do_fork(const char *execname)
        }
 }
 
-int main(int argc, char **argv)
+int main(int argc __attribute__((unused)), char **argv)
 {
        unsigned int i;
 
This page took 0.022762 seconds and 4 git commands to generate.