diff --git a/src/config/help.c b/src/config/help.c index 160c434a36f531b63a8904ef6e07f035bf7876ae..9e013da29b49891b71b33782492c0cc83ab6fb19 100644 --- a/src/config/help.c +++ b/src/config/help.c @@ -40,7 +40,7 @@ #if defined( _WIN32 ) # include <vlc_charset.h> -# define wcwidth(cp) (cp, 1) /* LOL */ +# define wcwidth(cp) ((void)(cp), 1) /* LOL */ #else # include <unistd.h> # include <termios.h>