CVSROOT: /cvs
Module name: gcc
Changes by: tg-3jJKuoM7qGquiImvZfsuaA@xxxxxxxxxxxxxxxx 2005/01/05
02:01:29 UTC
Modified files:
gcc : c-opts.c opts.c c.opt common.opt
Log message:
introduce -Werror-maybe-reset which acts as NOP
if the environment variable GCC_NO_WERROR is either
not set or its first character is an ASCII 0 (0x30),
as -Wno-error otherwise.
To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.1.2.1 -r1.2 gcc/gcc/c-opts.c
cvs rdiff -ur1.2 -r1.3 gcc/gcc/opts.c
cvs rdiff -ur1.2 -r1.3 gcc/gcc/c.opt
cvs rdiff -ur1.1.2.1 -r1.2 gcc/gcc/common.opt
|