aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-02-03 12:16:50 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2014-02-03 11:19:00 +0000
commitf9dbf32c97c97bba2b12803b581747a464cea8c5 (patch)
tree9089aff069d283f7353e811b949a755b5bb2ad1c
parent3ba10a7051e3fc6db0defaf769967439f93fe3ac (diff)
Fix one -fstrict-alias warning missed in g4cc69483
Change-Id: I99aa593c188ca77dd20dba8e4305cc9ffdf50416 Reviewed-on: https://code.wireshark.org/review/87 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--epan/dissectors/packet-snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c
index 10a1e57d89..e2113a5a42 100644
--- a/epan/dissectors/packet-snmp.c
+++ b/epan/dissectors/packet-snmp.c
@@ -4020,7 +4020,7 @@ void proto_register_snmp(void) {
sizeof(snmp_st_assoc_t),
"snmp_specific_traps",
TRUE,
- (void**)&specific_traps,
+ &specific_traps,
&num_specific_traps,
UAT_AFFECTS_DISSECTION, /* affects dissection of packets, but not set of named fields */
"ChSNMPEnterpriseSpecificTrapTypes",