validate-scenario: reflow #ifdef to work around bogus g-ir-scanner warning
authorTim-Philipp Müller <tim@centricular.com>
Sat, 25 Jul 2020 19:27:48 +0000 (20:27 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 25 Jul 2020 19:29:39 +0000 (20:29 +0100)
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: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/213>

validate/gst/validate/gst-validate-scenario.c

index 5c1196d..2f45879 100644 (file)
@@ -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
 {