diff options
| author | David C Somayajulu <davidcs@FreeBSD.org> | 2016-02-25 22:44:00 +0000 |
|---|---|---|
| committer | David C Somayajulu <davidcs@FreeBSD.org> | 2016-02-25 22:44:00 +0000 |
| commit | 4ef8ebfd62475ae3446494930e9cc0d595420610 (patch) | |
| tree | 800818536f3983f87017ad716be3e46378428cdc /sys/modules/bxe | |
| parent | 6daa2c8751cfab459dc01fbfef7fcfa5c022f41e (diff) | |
Notes
Diffstat (limited to 'sys/modules/bxe')
| -rw-r--r-- | sys/modules/bxe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/bxe/Makefile b/sys/modules/bxe/Makefile index b2e32f7db05c..f3023451c8d0 100644 --- a/sys/modules/bxe/Makefile +++ b/sys/modules/bxe/Makefile @@ -17,5 +17,6 @@ SRCS += bxe.c \ 57712_init_values.c CFLAGS += -I${BXE} +CFLAGS += -Wno-shift-negative-value .include <bsd.kmod.mk> |
