From d00d99d143a3be2dc87e3cd142cb6f6bf7bb17e0 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Tue, 30 Apr 2019 20:49:27 +0200 Subject: [PATCH] Fix a warning The warning was: ./gencode.c:8313:17: warning: code will never be executed [-Wunreachable-code] --- gencode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gencode.c b/gencode.c index 585ea01efe..b0f26f678c 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 */