** HEADS UP **: -nostdinc -Wfoo == -DNO_WERROR is temporarily the default for `buildworld'

2001-06-11 Thread Ruslan Ermilov
Hi! -DNO_WERROR (which effectively disables the -Werror) is temporarily the default for `buildworld' because restored -nostdinc bit affects the gcc(1) warning produced for /usr/include headers. (See Makefile.inc1,v 1.203.) For example, if run with -nostdinc, bin/chmod bombs with the following:

Re: ** HEADS UP **: -nostdinc -Wfoo == -DNO_WERROR is temporarily the default for `buildworld'

2001-06-11 Thread Ruslan Ermilov
On Mon, Jun 11, 2001 at 09:26:28PM +0300, Ruslan Ermilov wrote: [...] While this is definitely a problem in fts.h, which is fixed with the attached patch, it is unclear why this warning is hidden after the -nostdinc. For those interested, here's the missing patch. -- Ruslan Ermilov