From 0e120c16dfc76f86d62589cd207759ac8f25b437 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 10 Feb 2014 23:30:27 +0100 Subject: Fix warnings in packet-parlay.c packet-parlay.c:53643:9: warning: passing argument 2 of 'get_CDR_wchar' from incompatible pointer type [enabled by default] packet-parlay.c:53667:9: warning: passing argument 2 of 'get_CDR_wstring' from incompatible pointer type [enabled by default] Change-Id: I027809139e74b563e759f28e2e141951166e53d0 Reviewed-on: https://code.wireshark.org/review/170 Reviewed-by: Alexis La Goutte Tested-by: Alexis La Goutte Reviewed-by: Anders Broman Tested-by: Anders Broman --- 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 b8dfb9265d..638ffae79d 100644 --- a/epan/dissectors/packet-parlay.c +++ b/epan/dissectors/packet-parlay.c @@ -53598,7 +53598,7 @@ decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo guint32 u_octet4; gint32 disc_s_TpSimpleAttributeValue; gint8 s_octet1; - gchar *seq = NULL; + const gchar *seq = NULL; /* Operation specific Variable declarations End */ (void)item; /* Avoid coverity param_set_but_unused parse warning */ -- cgit v1.2.3