Don't cast pointers passed as arguments - pass a pointer to the right
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 Jan 2005 04:01:00 +0000 (04:01 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 Jan 2005 04:01:00 +0000 (04:01 +0000)
commit13c90cc41fe3a6450e7948aadaf3f761fa0e3e08
treee713bafa07650f1c611fdd9b99f92962fcc83dbc
parentbc958ed887109a326209bd9988a637195a11fb8b
Don't cast pointers passed as arguments - pass a pointer to the right
type of variable and assign the value; that squelches "dereferencing
type-punned pointer will break strict-aliasing rules" warnings from some
versions of GCC.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12924 f5534014-38df-0310-8fa8-9805f1628bb7
epan/plugins.c