From a21898cf696cba9a38a43e43b5dc7aac341c5ba9 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 3 Dec 2013 05:22:47 +0000 Subject: - copy paste error in parlay - Add pragmas to remove warnings, this should go into the generation script. svn path=/trunk/; revision=53740 --- epan/dissectors/packet-parlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-parlay.c') diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c index 8e7513bf58..a361158bdf 100644 --- a/epan/dissectors/packet-parlay.c +++ b/epan/dissectors/packet-parlay.c @@ -50,7 +50,7 @@ #if defined(__GNUC__) #pragma GCC diagnostic ignored "-Wunused-function" -#pragma GCC diagnostic ignored "-Wunused-function" +#pragma GCC diagnostic ignored "-Wunused-variable" #endif /* Initialise the protocol and subtree pointers */ static int proto_parlay = -1; -- cgit v1.2.3