From: Brian Cameron Date: Thu, 22 May 2003 10:03:31 +0000 (+0000) Subject: This ISO_VARARGS macro is more consistant with the others. X-Git-Tag: 1.19.3~511^2~15402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=803c7ab378aa8664e22a7423d50e5894242c1024;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c index f754f755b2..44356f2038 100644 --- a/gst-libs/gst/riff/riffutil.c +++ b/gst-libs/gst/riff/riffutil.c @@ -24,7 +24,7 @@ #ifdef G_HAVE_ISO_VARARGS -#define debug(format,...) +#define debug(...) #elif defined(G_HAVE_GNUC_VARARGS)