avutil/cpu_init: remove unnecessary arguments to the main() function

Signed-off-by: James Almer <jamrial@gmail.com>
pull/242/head
Wan-Teh Chang 8 years ago committed by James Almer
parent 2f07830e69
commit 8986885801
  1. 2
      libavutil/tests/cpu_init.c

@ -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;

Loading…
Cancel
Save