summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-14 21:06:12 +0000
committerdim <dim@FreeBSD.org>2014-02-14 21:06:12 +0000
commit84f362793e31a251fcda2daa50c1310cb97bd2d8 (patch)
tree4d89ad44f842f9a6d09dd22da7eb5200d80364cd /sys/conf
parent5d77eeed31707ba261b4d3de340e81420e072cc4 (diff)
downloadFreeBSD-src-84f362793e31a251fcda2daa50c1310cb97bd2d8.zip
FreeBSD-src-84f362793e31a251fcda2daa50c1310cb97bd2d8.tar.gz
In r260111, in sys/conf/files, I disabled warning about unused functions
for the wrong mcg.c, the one in ofed/drivers/infiniband/hw/mlx4. Disable the warning for ofed/drivers/net/mlx4/mcg.c instead. MFC after: 3 days
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 69f06fc..78b033a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3567,7 +3567,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/ -Wno-unused"
+ compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
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/"
@@ -3631,7 +3631,7 @@ ofed/drivers/net/mlx4/main.c optional mlx4ib | mlxen \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
ofed/drivers/net/mlx4/mcg.c optional mlx4ib | mlxen \
no-depend obj-prefix "mlx4_" \
- compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
+ compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/ -Wno-unused"
ofed/drivers/net/mlx4/mr.c optional mlx4ib | mlxen \
no-depend obj-prefix "mlx4_" \
compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
OpenPOWER on IntegriCloud