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

Dimitry Andric dim at FreeBSD.org
Mon Feb 17 20:37:16 UTC 2014


Author: dim
Date: Mon Feb 17 20:37:15 2014
New Revision: 262131
URL: http://svnweb.freebsd.org/changeset/base/262131

Log:
  MFC r261903:
  
  Disable warning about unused static const variables for sys/pci/ncr.c.

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:31:54 2014	(r262130)
+++ stable/10/sys/conf/files	Mon Feb 17 20:37:15 2014	(r262131)
@@ -3758,7 +3758,8 @@ pci/amdpm.c			optional amdpm pci | nfpm 
 pci/amdsmb.c			optional amdsmb pci
 pci/if_rl.c			optional rl pci
 pci/intpm.c			optional intpm pci
-pci/ncr.c			optional ncr pci
+pci/ncr.c			optional ncr pci \
+	compile-with "${NORMAL_C} -Wno-unused"
 pci/nfsmb.c			optional nfsmb pci
 pci/viapm.c			optional viapm pci
 rpc/auth_none.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd


More information about the svn-src-all mailing list