aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-obex.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-obex.c')
-rw-r--r--epan/dissectors/packet-obex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-obex.c b/epan/dissectors/packet-obex.c
index 88f63aa74e..15629df829 100644
--- a/epan/dissectors/packet-obex.c
+++ b/epan/dissectors/packet-obex.c
@@ -1092,7 +1092,7 @@ static gpointer media_type_value(packet_info *pinfo)
return NULL;
}
-static void obex_profile_prompt(packet_info *pinfo _U_, gchar* result)
+static void obex_profile_prompt(packet_info *pinfo, gchar* result)
{
guint8 *value_data;
@@ -1103,7 +1103,7 @@ static void obex_profile_prompt(packet_info *pinfo _U_, gchar* result)
g_snprintf(result, MAX_DECODE_AS_PROMPT_LEN, "Unknown OBEX Profile");
}
-static gpointer obex_profile_value(packet_info *pinfo _U_)
+static gpointer obex_profile_value(packet_info *pinfo)
{
guint8 *value_data;