]> The Tcpdump Group git mirrors - libpcap/commit
Add casts to finish eliminating those warnings.
authorGuy Harris <[email protected]>
Fri, 23 Mar 2018 01:41:04 +0000 (18:41 -0700)
committerGuy Harris <[email protected]>
Fri, 23 Mar 2018 01:41:04 +0000 (18:41 -0700)
commitaee2ffad4d75172d0febfcb53312c93c3e1156d4
tree964f42cac9efde3c64892486227b958bb7d0d4e4
parent3733238040ce8915a3792eea641bd5b18064f1f8
Add casts to finish eliminating those warnings.

At the point we're doing the cast, we know the offset in question is <
256, so we can cast it to u_char safely.
optimize.c