Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 20:31:55 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r262130 - in stable: 10/sys/conf 9/sys/conf
Message-ID:  <201402172031.s1HKVtgB037990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402172031.s1HKVtgB037990>