cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / doc / examples / easy-ust / sample.c
index 01478c2733402c6a8a8986f930ad57ed567c35ef..36509ebc4c3bf3b70a3b812e058cfa8dcdd6093c 100644 (file)
@@ -14,7 +14,7 @@
 #define TRACEPOINT_DEFINE
 #include "sample_component_provider.h"
 
-int main(int argc, char **argv)
+int main(void)
 {
        int i = 0;
 
This page took 0.02244 seconds and 4 git commands to generate.