From owner-svn-src-all@FreeBSD.ORG Fri Mar 23 11:18:08 2012 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 83A34106564A; Fri, 23 Mar 2012 11:18:08 +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 6F35A8FC0A; Fri, 23 Mar 2012 11:18:08 +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 q2NBI8Xp071830; Fri, 23 Mar 2012 11:18:08 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2NBI8jJ071828; Fri, 23 Mar 2012 11:18:08 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201203231118.q2NBI8jJ071828@svn.freebsd.org> From: Dimitry Andric Date: Fri, 23 Mar 2012 11:18:08 +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: r233352 - head/lib/libarchive 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: Fri, 23 Mar 2012 11:18:08 -0000 Author: dim Date: Fri Mar 23 11:18:07 2012 New Revision: 233352 URL: http://svn.freebsd.org/changeset/base/233352 Log: Silence alignment warnings from clang in libarchive's ppmd code (which is actually third-party code). Clang even warns about alignment issues on x86, and the warnings are not needed there. Modified: head/lib/libarchive/Makefile Modified: head/lib/libarchive/Makefile ============================================================================== --- head/lib/libarchive/Makefile Fri Mar 23 11:01:04 2012 (r233351) +++ head/lib/libarchive/Makefile Fri Mar 23 11:18:07 2012 (r233352) @@ -45,6 +45,7 @@ NO_WCAST_ALIGN= yes CFLAGS+= -DPPMD_32BIT .endif .endif +NO_WCAST_ALIGN.clang= .PATH: ${LIBARCHIVEDIR}/libarchive