Add some GCC warnings to the standard set, and add some others to the
[obnox/wireshark/wip.git] / epan / dissectors / packet-scsi-osd.c
index 61252243dffe33a220bd8f09def9edbc72288959..be3acea50f4081a91d186fbde454ff0c042a6775 100644 (file)
@@ -214,7 +214,7 @@ typedef void (*attribute_dissector)(tvbuff_t *tvb, packet_info *pinfo, proto_tre
 
 typedef struct _attribute_page_numbers_t {
     guint32    number;
-    char       *name;
+    const char *name;
     attribute_dissector dissector;
 } attribute_page_numbers_t;
 static const attribute_page_numbers_t user_object_info_attributes[] = {