Skip to content
Snippets Groups Projects
Commit 89868858 authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by James Almer
Browse files

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


Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 2f07830e
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ static void *thread_main(void *arg) ...@@ -40,7 +40,7 @@ static void *thread_main(void *arg)
#endif #endif
int main(int argc, char **argv) int main(void)
{ {
#if HAVE_PTHREADS #if HAVE_PTHREADS
int cpu_flags1; int cpu_flags1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment