diff options
author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2020-10-03 13:19:48 +0000 |
---|---|---|
committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2020-10-03 13:19:48 +0000 |
commit | 7eb32dc8f003402de96c63dfe6609c57df74342f (patch) | |
tree | ca4edccc1f5585c9a1192ae845d31b98e9dad8bd /tools/tools/netmap/Makefile | |
parent | f7265157586a1fa983fb959824d5e701dcf4e4b5 (diff) | |
download | src-7eb32dc8f003402de96c63dfe6609c57df74342f.tar.gz src-7eb32dc8f003402de96c63dfe6609c57df74342f.zip |
netmap: tools: fix several compiler warnings
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=366393
Diffstat (limited to 'tools/tools/netmap/Makefile')
-rw-r--r-- | tools/tools/netmap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/netmap/Makefile b/tools/tools/netmap/Makefile index 2c0e6f4a28b8..bc8ef6e8552b 100644 --- a/tools/tools/netmap/Makefile +++ b/tools/tools/netmap/Makefile @@ -21,6 +21,8 @@ LDFLAGS += -lm # used by nmreplay .include <bsd.prog.mk> .include <bsd.lib.mk> +CFLAGS += -Wno-cast-align + all: $(PROGS) pkt-gen: pkt-gen.o |