mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
sim: bpf: enable -Werror usage
Now that all bpf warnings have been cleaned up, turn on -Werror.
This commit is contained in:
parent
f2ddf6e39d
commit
78484bcab9
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2021-06-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_WERROR_CFLAGS): Delete.
|
||||
|
||||
2021-06-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* bpf.c (bpfbf_exit): Use PRI 64 formats.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue