fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / unit / pthread_name / pthread_name.c
index 564126356429333679c005ecb3c155cd264b4bed..b48712db565521cb30622e305ca17bbb1f157301 100644 (file)
@@ -12,7 +12,7 @@
 
 #define TEST_NAME_PROPER_LEN 16
 
-int main()
+int main(void)
 {
        int ret;
        char name1[TEST_NAME_PROPER_LEN];
This page took 0.024448 seconds and 4 git commands to generate.