Commit 1735628c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix a warning on uncommon architectures (hopefully)

parent abbc854e
...@@ -360,6 +360,9 @@ void vlc_CPU_dump (vlc_object_t *obj) ...@@ -360,6 +360,9 @@ void vlc_CPU_dump (vlc_object_t *obj)
#elif defined (__arm__) #elif defined (__arm__)
PRINT_CAPABILITY(CPU_CAPABILITY_NEON, "NEONv1"); PRINT_CAPABILITY(CPU_CAPABILITY_NEON, "NEONv1");
#else
(void) flags;
#endif #endif
#if HAVE_FPU #if HAVE_FPU
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment