From: Tim-Philipp Müller Date: Sat, 25 Jul 2020 19:27:48 +0000 (+0100) Subject: validate-scenario: reflow #ifdef to work around bogus g-ir-scanner warning X-Git-Tag: 1.19.3~491^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56b745f4f8040f688809571e94366a28c62c82cc;p=platform%2Fupstream%2Fgstreamer.git validate-scenario: reflow #ifdef to work around bogus g-ir-scanner warning Looks like a scanner bug. The endif comments are the wrong way round too, but that's not it. gst-validate-scenario.c:126: mismatched #endif /* G_HAVE_GNUC_VARARGS */ Part-of: --- diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 5c1196d..2f45879 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -109,8 +109,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_validate_scenario_debug); } \ } \ G_STMT_END -#else /* G_HAVE_GNUC_VARARGS */ -#ifdef G_HAVE_GNUC_VARARGS +#elif defined(G_HAVE_GNUC_VARARGS) #define REPORT_UNLESS(condition, errpoint, args...) \ G_STMT_START { \ if (!(condition)) { \ @@ -121,8 +120,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_validate_scenario_debug); } \ } \ G_STMT_END -#endif /* G_HAVE_ISO_VARARGS */ -#endif /* G_HAVE_GNUC_VARARGS */ +#endif enum {