URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1176db2ffe23a8467967787ea02912b8ad9807d3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1176db2 by Guy Harris (guy@xxxxxxxxxxxx):
Squelch harmless compiler warnings.
(Yes, we know, we're casting 16-bit integers to pointers. That's
because various generic maps need to be able to take arbitrary values as
keys, and sometimes the arbitrary values aren't structures to which we
point, but just integral values, and that's why GUINT_TO_POINTER()
exists, but it doesn't do enough casting to suppress harmless warnings.)
Change-Id: I1a9c68b4b1007f0a38017ba3570b94efb0b6845a
Reviewed-on: https://code.wireshark.org/review/6329
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 318b8f8 Beginnings of dissection of the dji drones control protocol.
adds 1176db2 Squelch harmless compiler warnings.
Summary of changes:
epan/dissectors/packet-dji-uav.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)