]> The Tcpdump Group git mirrors - libpcap/commit
Attempt to squelch a "clobbered by longjmp" warning.
authorGuy Harris <[email protected]>
Sat, 27 Oct 2018 23:23:42 +0000 (16:23 -0700)
committerGuy Harris <[email protected]>
Sat, 27 Oct 2018 23:23:42 +0000 (16:23 -0700)
commit28c9b1a76b218ce2ac79c2a42df49a3d7c1c1934
tree7e1c96ff32157874cad29d0d7c004f05fceb52a8
parente8767c3bc6894d5b3778e3d043762037aa70b3ba
Attempt to squelch a "clobbered by longjmp" warning.

We don't need to set any of those variables before calling setjmp(), so
don't do so.  (And we don't need to use them after we're longjmped to.)
gencode.c