[vlc-commits] win32: fix warning
Rémi Denis-Courmont
git at videolan.org
Wed Mar 12 18:15:41 CET 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar 12 19:06:00 2014 +0200| [d85f81bb8a5eebf79864cbdb467ebfa8ba35556d] | committer: Rémi Denis-Courmont
win32: fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d85f81bb8a5eebf79864cbdb467ebfa8ba35556d
---
src/config/help.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/config/help.c b/src/config/help.c
index 30a93b5..4756f70 100644
--- a/src/config/help.c
+++ b/src/config/help.c
@@ -623,6 +623,8 @@ static void ListModules (vlc_object_t *p_this, bool b_verbose)
#ifndef _WIN32
if (isatty(STDOUT_FILENO))
color = var_InheritBool(p_this, "color");
+#else
+ (void) p_this;
#endif
/* List all modules */
More information about the vlc-commits
mailing list