cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / tests / unit / test_urcu_multiflavor.c
index 192884eb239b70de1468da954eed609b15523338..225161ac87d9f21920ad25ebb8f3828163a077f7 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "tap.h"
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(5);
 
This page took 0.022826 seconds and 4 git commands to generate.