mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-24 23:00:42 +01:00
Get rid of unnecessary GNU extended variadic macro.
This commit is contained in:
parent
d808d653d1
commit
75f05086d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue