mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
This ISO_VARARGS macro is more consistant with the others.
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
This commit is contained in:
parent
fd82531af2
commit
803c7ab378
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#ifdef G_HAVE_ISO_VARARGS
|
||||
|
||||
#define debug(format,...)
|
||||
#define debug(...)
|
||||
|
||||
#elif defined(G_HAVE_GNUC_VARARGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue