From: Mike Frysinger Date: Sun, 27 Jun 2021 03:29:17 +0000 (-0400) Subject: sim: bpf: enable -Werror usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78484bcab9ac1cab4ddc87fdbdc4a7e1fab7c5ee;p=binutils-gdb.git sim: bpf: enable -Werror usage Now that all bpf warnings have been cleaned up, turn on -Werror. --- diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index ce383859b26..046c450198d 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/ChangeLog @@ -1,3 +1,7 @@ +2021-06-28 Mike Frysinger + + * Makefile.in (SIM_WERROR_CFLAGS): Delete. + 2021-06-28 Mike Frysinger * bpf.c (bpfbf_exit): Use PRI 64 formats. diff --git a/sim/bpf/Makefile.in b/sim/bpf/Makefile.in index c48c37837e6..3188ab1b0c2 100644 --- a/sim/bpf/Makefile.in +++ b/sim/bpf/Makefile.in @@ -41,9 +41,6 @@ SIM_EXTRA_DEPS = \ SIM_EXTRA_CLEAN = bpf-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = - ## COMMON_POST_CONFIG_FRAG # BPF headers