From: Francois-Xavier Le Bail Date: Tue, 30 Apr 2019 18:49:27 +0000 (+0200) Subject: Fix a warning X-Git-Tag: libpcap-1.10-bp~487 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/d00d99d143a3be2dc87e3cd142cb6f6bf7bb17e0 Fix a warning The warning was: ./gencode.c:8313:17: warning: code will never be executed [-Wunreachable-code] --- diff --git a/gencode.c b/gencode.c index 585ea01e..b0f26f67 100644 --- a/gencode.c +++ b/gencode.c @@ -8310,7 +8310,6 @@ gen_inbound(compiler_state_t *cstate, int dir) /* We have a FILE *, so this is a savefile */ bpf_error(cstate, "inbound/outbound not supported on %s when reading savefiles", pcap_datalink_val_to_description_or_dlt(cstate->linktype)); - b0 = NULL; /*NOTREACHED*/ } /* match outgoing packets */