Conversions of void * to some other type require explicit casts.
authorGuy Harris <guy@alum.mit.edu>
Sat, 12 Sep 2015 02:05:28 +0000 (19:05 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sat, 12 Sep 2015 02:06:27 +0000 (02:06 +0000)
commit500f196802372cd6c3aba0f62e447f5217da1d32
tree9545897a33969e283c007ceafd1fac61182e94d0
parent0a3d0c589fc7aa4d3b8cc5c588716fa7e09448a7
Conversions of void * to some other type require explicit casts.

Not in C, but in C++, and we check to make sure our C code can be
compiled by a C++ compiler.

Change-Id: Ib77fac1abf1c583ebbf4465e4bd681b9db71123c
Reviewed-on: https://code.wireshark.org/review/10495
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/packet-nfs.c