svn commit: r262130 - in stable: 10/sys/conf 9/sys/conf
Dimitry Andric
dim at FreeBSD.org
Mon Feb 17 20:31:55 UTC 2014
Author: dim
Date: Mon Feb 17 20:31:54 2014
New Revision: 262130
URL: http://svnweb.freebsd.org/changeset/base/262130
Log:
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.
Modified:
stable/9/sys/conf/files
Directory Properties:
stable/9/sys/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/sys/conf/files
Directory Properties:
stable/10/ (props changed)
Modified: stable/9/sys/conf/files
==============================================================================
--- stable/9/sys/conf/files Mon Feb 17 20:30:29 2014 (r262129)
+++ stable/9/sys/conf/files Mon Feb 17 20:31:54 2014 (r262130)
@@ -3242,7 +3242,7 @@ ofed/drivers/net/mlx4/main.c optional
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/"
More information about the svn-src-stable-9
mailing list