Prepare for '-Wunused-parameter'
[lttng-tools.git] / doc / examples / trigger-condition-event-matches / instrumented-app.c
index dce6e577fef9b208c17b29cddfcf482f42f41320..465b4a123c6646f497614fa16dfe4c17a06315d2 100644 (file)
@@ -13,7 +13,7 @@
 #include <time.h>
 #include <unistd.h>
 
-int main(int argc, char **argv)
+int main(void)
 {
        uint64_t i;
 
This page took 0.022982 seconds and 4 git commands to generate.