From 0b2cb8a57550f0bc13d220860c61525ef27b8ac8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 16 Jun 2011 17:17:55 +0000 Subject: [PATCH] Squelch some compiler warnings. svn path=/trunk/; revision=37684 --- epan/oids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/oids.c b/epan/oids.c index 272c4360a7..9d571e676e 100644 --- a/epan/oids.c +++ b/epan/oids.c @@ -284,7 +284,7 @@ static const oid_value_type_t* get_typedata(SmiType* smiType) { * SNMP Types and our FT_s */ static const struct _type_mapping_t { - char* name; + const char* name; SmiBasetype base; const oid_value_type_t* type; } types[] = {