fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / unit / gcc-weak-hidden / main.c
index 63a8c75ac7bc122317d1b8422767fa124eacb88b..37f2f6ad40f97080c8b42bc6e1d72516ac45bb51 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <stdbool.h>
+#include "b.h"
 #include "tap.h"
 
 #define NUM_TESTS 2
@@ -39,7 +40,7 @@ enum {
 
 static bool match_matrix[NR_MATCH];
 
-int main()
+int main(void)
 {
        plan_tests(NUM_TESTS);
 
This page took 0.0229 seconds and 4 git commands to generate.