]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcdplayer.h
Remove GCCism
[vlc] / modules / access / vcdx / vcdplayer.h
index 3e894f453c25550bbd00e081859518d4865d5089..21f77e62784a273def4b77e4ac1914307603982a 100644 (file)
@@ -53,8 +53,8 @@
 #define dbg_print(mask, s, args...)
 #endif
 
-#define LOG_ERR(args...)  msg_Err( p_access, args )
-#define LOG_WARN(args...) msg_Warn( p_access, args )
+#define LOG_ERR(...)  msg_Err( p_access, __VA_ARGS__ )
+#define LOG_WARN(...) msg_Warn( p_access, __VA_ARGS__ )
 
 /*------------------------------------------------------------------
   General definitions and structures.