mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Get rid of unnecessary GNU extended variadic macro.
This commit is contained in:
@@ -517,7 +517,7 @@ __attribute((noreturn))
|
||||
#ifdef DEBUG
|
||||
#define DebugF ErrorF
|
||||
#else
|
||||
#define DebugF(x, ...) /* */
|
||||
#define DebugF(...) /* */
|
||||
#endif
|
||||
|
||||
extern void VErrorF(const char *f, va_list args);
|
||||
|
||||
Reference in New Issue
Block a user