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

win32: fix warning

parent d8eed001
...@@ -623,6 +623,8 @@ static void ListModules (vlc_object_t *p_this, bool b_verbose) ...@@ -623,6 +623,8 @@ static void ListModules (vlc_object_t *p_this, bool b_verbose)
#ifndef _WIN32 #ifndef _WIN32
if (isatty(STDOUT_FILENO)) if (isatty(STDOUT_FILENO))
color = var_InheritBool(p_this, "color"); color = var_InheritBool(p_this, "color");
#else
(void) p_this;
#endif #endif
/* List all modules */ /* List all modules */
......
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