After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589173 - macros cause spurious semicolon warnings
macros cause spurious semicolon warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-20 19:53 UTC by David Schleef
Modified: 2009-09-11 05:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (9.50 KB, patch)
2009-07-20 19:57 UTC, David Schleef
committed Details | Review

Description David Schleef 2009-07-20 19:53:40 UTC
See patch.
Comment 1 David Schleef 2009-07-20 19:57:22 UTC
Created attachment 138848 [details] [review]
patch

From b0003b419e1cbbb4362c16a7fb3ad920020fbb61 Mon Sep 17 00:00:00 2001
From: David Schleef <ds@schleef.org>
Date: Mon, 20 Jul 2009 12:54:00 -0700
Subject: [PATCH] debug: use dummy code to avoid spurious semicolons

---
 gst/gstinfo.h |  156 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 78 insertions(+), 78 deletions(-)
Comment 2 Sebastian Dröge (slomo) 2009-09-11 05:41:08 UTC
commit 61203b825fd2ebdd28b7b82da41a26c58cbc5be2
Author: David Schleef <ds@schleef.org>
Date:   Mon Jul 20 12:54:00 2009 -0700

    debug: use dummy code to avoid spurious semicolons
    
    Fixes bug #589173.