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

Remove GCCism

parent 915ba6e0
......@@ -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.
......
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