diff options
author | John Baldwin <jhb@FreeBSD.org> | 2020-04-01 19:22:09 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2020-04-01 19:22:09 +0000 |
commit | 59838c1a1979924f3904536f2e6d5a771e185c14 (patch) | |
tree | ce7764a4aa67665a70f2079c297f21e0d1225c33 /lib | |
parent | 02cb5b4be86ed9827ddd8c39df5f48e6925c66d8 (diff) | |
download | src-test2-59838c1a1979924f3904536f2e6d5a771e185c14.tar.gz src-test2-59838c1a1979924f3904536f2e6d5a771e185c14.zip |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsysdecode/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index b13c0f5770d5..d58858086bc9 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -119,11 +119,6 @@ CFLAGS+=-DPF # Workaround duplicate declarations in <netinet/ip_compat.h> CFLAGS.gcc.ioctl.c+= -Wno-redundant-decls -# Ignore deprecation warning in <sys/pioctl.h> -CFLAGS.clang.ioctl.c+= -Wno-\#warnings -CFLAGS.gcc.ioctl.c+= -Wno-cpp - -CFLAGS.clang+= ${CFLAGS.clang.${.IMPSRC}} CFLAGS.gcc+= ${CFLAGS.gcc.${.IMPSRC}} DEPENDOBJS+= tables.h |