Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2011 09:28:21 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/mk bsd.sys.mk
Message-ID:  <201103070928.p279Seha040359@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-03-07 09:28:21 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.sys.mk 
  Log:
  SVN rev 219368 on 2011-03-07 09:28:21Z by pjd
  
  To be able to use printf extensions we need to turn off gcc format checking.
  Following the convention of NO_WERROR and NO_WCAST_ALIGN add NO_WFORMAT,
  which, when defined in Makefile, turns off compile-time format checking
  (by adding -Wno-format), but still allows to use high WARNS level.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.56      +3 -0      src/share/mk/bsd.sys.mk



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