diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-22 11:55:45 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-22 11:55:45 +0000 |
| commit | c8c62548bffb83f3d25e062929c45d66fea755f1 (patch) | |
| tree | f19774dfaf80818e55dc42ba8169e1d961942cc6 /tools | |
| parent | 6ccdee8ab576577224fb9e4baed05bd0efe933fd (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/capsicum/syscalls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/capsicum/syscalls/Makefile b/tools/regression/capsicum/syscalls/Makefile index 5d3422656281..2380193d7d7a 100644 --- a/tools/regression/capsicum/syscalls/Makefile +++ b/tools/regression/capsicum/syscalls/Makefile @@ -6,7 +6,7 @@ CFLAGS= -O2 -pipe -std=gnu99 -fstack-protector CFLAGS+= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type CFLAGS+= -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -CFLAGS+= -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls +CFLAGS+= -Wcast-align -Wchar-subscripts -Wnested-externs -Wredundant-decls CFLAGS+= -Wold-style-definition -Wno-pointer-sign all: ${SYSCALLS} ${SYSCALLS:=.t} |
