diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-11-10 00:32:47 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-11-10 00:32:47 +0000 |
| commit | 8a28f3228f13be45b9151e2dd3c740fe0814f979 (patch) | |
| tree | 25d374fc49ca012379c440647de1dd569cd645a7 /sys/modules/mthca | |
| parent | 5e2b8fb7ed7919fded612291db7ef73f4d950f42 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mthca')
| -rw-r--r-- | sys/modules/mthca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mthca/Makefile b/sys/modules/mthca/Makefile index 9b56499f3672..a8566d2b6e74 100644 --- a/sys/modules/mthca/Makefile +++ b/sys/modules/mthca/Makefile @@ -28,4 +28,4 @@ opt_inet6.h: .include <bsd.kmod.mk> -CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions +CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions -Wno-switch -Wno-sometimes-uninitialized -Wno-conversion -Wno-initializer-overrides |
