Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 02:22:36 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release Makefile
Message-ID:  <200712040222.lB42MaaL097650@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kensmith    2007-12-04 02:22:36 UTC

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  When compiled with the combination of flags used to build crunched
  binaries for the fixit floppy bin/ed/main.c causes a gcc warning
  message about argc possibly being clobbered by longjmp or vfork.
  We have threatened to ditch floppies for 8.0 but I don't want to
  do quite that much rototilling yet so for now turn off -Werror while
  building ed (and everything else) for the fixit floppy.
  
  Thanks to jb for pointing out NO_WERROR.
  
  Revision  Changes    Path
  1.929     +1 -1      src/release/Makefile



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