summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-17 20:31:54 +0000
committerdim <dim@FreeBSD.org>2014-02-17 20:31:54 +0000
commit427b51912c79ba83a7654d1df0a7ebb6a3bf6512 (patch)
tree28ac5a322af1f4486fea24f6f1b059029be24fdf /sys/conf/files
parent28bc8939f83ffb7b4e665fcf3c6bd0c4180b6da1 (diff)
downloadFreeBSD-src-427b51912c79ba83a7654d1df0a7ebb6a3bf6512.zip
FreeBSD-src-427b51912c79ba83a7654d1df0a7ebb6a3bf6512.tar.gz
MFC r261902:
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.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index edb48ed..aa07d8f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3584,7 +3584,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/"
@@ -3648,7 +3648,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