mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 03:48:03 +02:00
[xlib] Suppress warning that should never have been.
This commit is contained in:
parent
42ea356c03
commit
395555b116
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ _x_bread_crumb (Display *dpy,
|
|||
}
|
||||
#define X_DEBUG(x) _x_bread_crumb x
|
||||
#else
|
||||
#define X_DEBUG
|
||||
#define X_DEBUG(x)
|
||||
#endif
|
||||
|
||||
/* Xlib doesn't define a typedef, so define one ourselves */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue