fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / unit / snprintf / snprintf.c
index 539bb0ac7c85eae191f363335488206230456f66..00fd02a0c91d4d79475836680207058c9711e1b3 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "tap.h"
 
-int main()
+int main(void)
 {
        char buf[100];
        const char expected_str[] = "header 9999, hello, 005, '    9'";
This page took 0.02365 seconds and 4 git commands to generate.