svn commit: r262130 - in stable: 10/sys/conf 9/sys/conf

Dimitry Andric dim at FreeBSD.org
Mon Feb 17 20:31:56 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/10/sys/conf/files
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/sys/conf/files
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/10/sys/conf/files
==============================================================================
--- stable/10/sys/conf/files	Mon Feb 17 20:30:29 2014	(r262129)
+++ stable/10/sys/conf/files	Mon Feb 17 20:31:54 2014	(r262130)
@@ -3584,7 +3584,7 @@ ofed/drivers/infiniband/hw/mlx4/alias_GU
         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 
 	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-10 mailing list