OSDN Git Service

avutil/cpu_init: remove unnecessary arguments to the main() function
authorWan-Teh Chang <wtc-at-google.com@ffmpeg.org>
Tue, 6 Dec 2016 19:00:01 +0000 (11:00 -0800)
committerJames Almer <jamrial@gmail.com>
Sat, 10 Dec 2016 21:47:00 +0000 (18:47 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
libavutil/tests/cpu_init.c

index 5a5ecda..87c6002 100644 (file)
@@ -40,7 +40,7 @@ static void *thread_main(void *arg)
 #endif
 
 
-int main(int argc, char **argv)
+int main(void)
 {
 #if HAVE_PTHREADS
     int cpu_flags1;