aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-12-30 22:14:31 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-12-30 22:14:31 +0000
commitff96238951a4a9a9ebabba745743c66a6fb93eea (patch)
tree9d381c16b3200dc542b5d3479698928437708826 /sys/conf/files
parent198f573526b510641e0c6292f144c4f2973fc125 (diff)
downloadsrc-ff96238951a4a9a9ebabba745743c66a6fb93eea.tar.gz
src-ff96238951a4a9a9ebabba745743c66a6fb93eea.zip
For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning about
unused variables for now. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=260111
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 8b30d17f28b5..83ef4eed788c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3569,7 +3569,7 @@ ofed/drivers/infiniband/hw/mlx4/alias_GUID.c optional mlx4ib \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
ofed/drivers/infiniband/hw/mlx4/mcg.c optional mlx4ib \
no-depend obj-prefix "mlx4ib_" \
- compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
+ compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/ -Wno-unused"
ofed/drivers/infiniband/hw/mlx4/sysfs.c optional mlx4ib \
no-depend obj-prefix "mlx4ib_" \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"