]> The Tcpdump Group git mirrors - tcpdump/commit
Try to squelch a warning about non-constant format strings.
authorGuy Harris <[email protected]>
Tue, 11 Dec 2018 05:53:58 +0000 (21:53 -0800)
committerGuy Harris <[email protected]>
Tue, 11 Dec 2018 05:53:58 +0000 (21:53 -0800)
commit76ed0bb39212d964946a22380288c34adc09030f
tree31da412353e5f0d2d76b9995e1321166b68eba07
parent19fff15898365fbbc38d8d71c293d888f0f0875f
Try to squelch a warning about non-constant format strings.

Declare the format-string argument to tok2strbuf(), tok2str(),
bittok2str(), and bittok2str_nosep() as such, to see whether that gets
MSVC not to complain - or if it just gets upset because there's no "..."
argument list for it.
netdissect.h