aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-extension-implementation.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-13 03:20:37 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-11-13 03:20:37 +0000
commit8893d3d960e33acb2d3d56a2b5984e4de36fc659 (patch)
treeb92de045452f78d760eb29eacc91476b9131e680 /epan/dissectors/x11-extension-implementation.h
parent78f87575600bfc85f44235eadeada371073ec692 (diff)
Use a gcc pragma to stop the (pages of) warnings coming out of
x11-extensions-implementation.h . This change was manually applied to the .h file as I can't currently rebuild the X11 dissector. svn path=/trunk/; revision=53298
Diffstat (limited to 'epan/dissectors/x11-extension-implementation.h')
-rw-r--r--epan/dissectors/x11-extension-implementation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/x11-extension-implementation.h b/epan/dissectors/x11-extension-implementation.h
index a37a025bef..2a70eafd93 100644
--- a/epan/dissectors/x11-extension-implementation.h
+++ b/epan/dissectors/x11-extension-implementation.h
@@ -25,6 +25,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
+
#include "x11-glx-render-enum.h"
static void mesa_CallList(tvbuff_t *tvb, int *offsetp, proto_tree *t, guint byte_order, int length _U_)