Squelch some compiler warnings.

svn path=/trunk/; revision=37684
This commit is contained in:
Guy Harris 2011-06-16 17:17:55 +00:00
parent 3384fdecc4
commit 0b2cb8a575
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {