Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 13:13:18 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272255 - head/sys/boot/pc98/libpc98
Message-ID:  <201409281313.s8SDDIW0036213@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Sun Sep 28 13:13:18 2014
New Revision: 272255
URL: http://svnweb.freebsd.org/changeset/base/272255

Log:
  MFi386: r268974
  
    Supress clang warning for FreeBSD printf %b and %D formats.

Modified:
  head/sys/boot/pc98/libpc98/Makefile

Modified: head/sys/boot/pc98/libpc98/Makefile
==============================================================================
--- head/sys/boot/pc98/libpc98/Makefile	Sun Sep 28 12:55:13 2014	(r272254)
+++ head/sys/boot/pc98/libpc98/Makefile	Sun Sep 28 13:13:18 2014	(r272255)
@@ -44,4 +44,7 @@ CFLAGS+=	-I${.CURDIR}/../../common \
 # the location of libstand
 CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand/
 
+# Suppress warning from clang for FreeBSD %b and %D formats
+CFLAGS+= -fformat-extensions
+
 .include <bsd.lib.mk>



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