]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch some alignment warnings.
authorGuy Harris <[email protected]>
Sat, 22 Jul 2017 20:24:15 +0000 (13:24 -0700)
committerGuy Harris <[email protected]>
Sat, 22 Jul 2017 20:24:15 +0000 (13:24 -0700)
commit4bce81542cd16110ff5a95bfc428b876910ac851
tree99bc3ab29814ca2834723085297bf729a716cb76
parentf92b6812d0e114960225f187a8788be137ce587b
Squelch some alignment warnings.

Make dst_addr a "const void *" to squelch

    taking address of packed member 'ip6_dst' of class or structure
    'ip6_hdr' may result in an unaligned pointer value
    [-Waddress-of-packed-member]

warnings from some versions of Clang.
print-ip6.c