Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / regression / ust / ust-dl / prog.c
index 473de57a90db560493ffd2a8d8651c4d406a2827..bab2644cc537ee21838761af01cface924ecf7f8 100644 (file)
@@ -19,7 +19,7 @@
  * This test is therefore a mix of dlopen/dlclose and dlmopen/dlclose of
  * libfoo, and of its direct dependencies.
  */
-int main(int argc, char **argv)
+int main(void)
 {
        void *h0, *h2, *h3, *h4;
 
This page took 0.022635 seconds and 4 git commands to generate.