UST-wide warning fixes/bugfixes
[ust.git] / tests / register_test / register_test.c
index 8b65ffbb0003daae74a1d70c9d494cb2f1b4bcf3..b593185e707f8d4c0f1cef55110f8453cda820b5 100644 (file)
@@ -21,7 +21,6 @@
 #include <stdarg.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/timerfd.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <pthread.h>
@@ -80,10 +79,11 @@ static void * register_thread_main(void *data)
                }
                printf("Unregistered all\n");
        }
+       return NULL;
 }
 
 
-int main()
+int main(int argc, char **argv)
 {
        pthread_t register_thread;
        int i;
This page took 0.022493 seconds and 4 git commands to generate.