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

posix: fix warning

parent 12b67927
...@@ -828,7 +828,7 @@ int vlc_set_priority (vlc_thread_t th, int priority) ...@@ -828,7 +828,7 @@ int vlc_set_priority (vlc_thread_t th, int priority)
return VLC_EGENERIC; return VLC_EGENERIC;
} }
#else #else
(void) priority; (void) th; (void) priority;
#endif #endif
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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