cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / tests / unit / test_uatomic.c
index fe2a6c1b8751794190261539d9cb276958fcee48..5884455904e811ea72b8fab2a39d03ca378320d6 100644 (file)
@@ -91,7 +91,7 @@ do {                                          \
                                                \
 } while (0)
 
-int main(int argc, char **argv)
+int main(void)
 {
        int nr_run = 2;
 #ifdef UATOMIC_HAS_ATOMIC_BYTE
This page took 0.022213 seconds and 4 git commands to generate.