mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/213>
This commit is contained in:
parent
e257374038
commit
56b745f4f8
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue