fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / compile / same_line_tracepoint / same_line_tracepoint.c
index 46d31eb32afa371d142a4d2f2e5bdfd757843341..2f6f1eac18aa6b1e7bd0c8f0a63ab905a71e9cbe 100644 (file)
@@ -8,7 +8,7 @@
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_tests_sameline.h"
 
-int main()
+int main(void)
 {
        tracepoint(ust_tests_sameline, event1); tracepoint(ust_tests_sameline, event2);
        return 0;
This page took 0.022978 seconds and 4 git commands to generate.