]> The Tcpdump Group git mirrors - libpcap/commit
Squelch some bogus "might be clobbered by longjmp" warnings.
authorGuy Harris <[email protected]>
Sat, 10 Nov 2018 20:37:42 +0000 (12:37 -0800)
committerGuy Harris <[email protected]>
Sat, 10 Nov 2018 20:37:42 +0000 (12:37 -0800)
commit0ed30345ca5edac450dd05f1825ac5bd6e6bdc28
tree90ef7176fb7219c32d64fb152d05db579ed3037e
parent5a0fade75924244525ff929099178180f244d615
Squelch some bogus "might be clobbered by longjmp" warnings.

They're not used after the longjmp, and they're passed by value, but
whatever - maybe gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
is confused by inlining.
gencode.c