Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2003 03:34:14 -0000
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xlint/xlint xlint.c
Message-ID:  <200310260334.h9Q3YDpB007087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/10/25 20:34:13 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/xlint/xlint  xlint.c 
  Log:
  Move the -Wtraditional warning from the global cpp flags to when the -p
  (portability warnings) switch is used.  Add -Wno-system-headers after it so
  that we dont get 500 screenfulls of warnings about #elif in /usr/include.
  I'm not entirely happy with this.  Maybe cdefs.h shouldn't use #elif and
  instead nest #else clauses?
  
  Revision  Changes    Path
  1.26      +1 -2      src/usr.bin/xlint/xlint/xlint.c



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