]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch a signed array subscript warning.
authorGuy Harris <[email protected]>
Sun, 7 Aug 2016 22:35:54 +0000 (15:35 -0700)
committerGuy Harris <[email protected]>
Sun, 7 Aug 2016 22:35:54 +0000 (15:35 -0700)
commit62d52f2ea854fc95503203940a735429d0e72223
treea846535a846e5a335924d4b9dc0030497e571664
parent688a79e7cbd22c3e042322360fbc1835222ee2ab
Squelch a signed array subscript warning.

As the string in question is passed as a constant from a printer, it
*shouldn't* contain any non-ASCII characters, but squelching the warning
is harmless and, on modern processors, a non-sign-extending byte load
shouldn't be any worse than a sign-extending byte load.
util-print.c