From owner-svn-src-all@FreeBSD.ORG Wed Dec 21 20:23:03 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1AE9106564A; Wed, 21 Dec 2011 20:23:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 905E98FC0C; Wed, 21 Dec 2011 20:23:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pBLKN3L3084463; Wed, 21 Dec 2011 20:23:03 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pBLKN3NK084460; Wed, 21 Dec 2011 20:23:03 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201112212023.pBLKN3NK084460@svn.freebsd.org> From: Dimitry Andric Date: Wed, 21 Dec 2011 20:23:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228789 - in head/sys/modules/aic7xxx: ahc/ahc_pci ahd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 20:23:03 -0000 Author: dim Date: Wed Dec 21 20:23:03 2011 New Revision: 228789 URL: http://svn.freebsd.org/changeset/base/228789 Log: Amend r228779 by also disabling -Wconstant-conversion warnings for the aic7xxx module. MFC after: 1 week Modified: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile head/sys/modules/aic7xxx/ahd/Makefile Modified: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile ============================================================================== --- head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile Wed Dec 21 20:10:11 2011 (r228788) +++ head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile Wed Dec 21 20:23:03 2011 (r228789) @@ -12,5 +12,6 @@ SRCS+= device_if.h bus_if.h pci_if.h SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I.. +CWARNFLAGS+= ${NO_WCONSTANT_CONVERSION} .include Modified: head/sys/modules/aic7xxx/ahd/Makefile ============================================================================== --- head/sys/modules/aic7xxx/ahd/Makefile Wed Dec 21 20:10:11 2011 (r228788) +++ head/sys/modules/aic7xxx/ahd/Makefile Wed Dec 21 20:23:03 2011 (r228789) @@ -32,6 +32,7 @@ SRCS= ${GENSRCS} SRCS+= aic79xx.c aic79xx_osm.c aic79xx_pci.c ahd_pci.c SRCS+= opt_scsi.h opt_aic79xx.h opt_cam.h opt_ddb.h SRCS+= device_if.h bus_if.h pci_if.h +CWARNFLAGS+= ${NO_WCONSTANT_CONVERSION} CLEANFILES= ${GENSRCS}