From e286acd05fc5494a9cc12e5b80a3ccbd2a7f5251 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 6 Jul 2014 21:34:06 -0700 Subject: Squelch compiler warning. Change-Id: I37c495cb4d68b95d8388c654bbf6a817167261ac Reviewed-on: https://code.wireshark.org/review/2909 Reviewed-by: Guy Harris --- plugins/wimaxasncp/packet-wimaxasncp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c index 732646308d..019ef86a4d 100644 --- a/plugins/wimaxasncp/packet-wimaxasncp.c +++ b/plugins/wimaxasncp/packet-wimaxasncp.c @@ -2132,7 +2132,7 @@ dissect_wimaxasncp( proto_tree *tree, void *data _U_) { - const gchar *unknown = "Unknown"; + static const gchar unknown[] = "Unknown"; /* Set up structures needed to add the protocol subtree and manage it */ proto_item *packet_item = NULL; -- cgit v1.2.3