]> The Tcpdump Group git mirrors - tcpdump/commit
esp: mark unreached code as such.
authorGuy Harris <[email protected]>
Sun, 19 May 2024 10:47:43 +0000 (03:47 -0700)
committerGuy Harris <[email protected]>
Sun, 19 May 2024 19:25:59 +0000 (12:25 -0700)
commit074d10aa1a2bdf1d42515c7c44e95e9ddf63769e
treed5f8b07c416ac4ab9ae140533e5422f325fea64a
parent47edb26bde6473ff8732ba77c6f6138925e0c2b5
esp: mark unreached code as such.

Some compilers might not understand the declaration of the ndo_error
member of an netdissect_options as pointing to a function that never
returns; add a /* NOTREACHED */ comment in case they recognize that as a
hint.
print-esp.c