This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Named warnings
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard dot Earnshaw at arm dot com
- Cc: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>, Mark Mitchell <mark at codesourcery dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 24 Jan 2003 19:10:22 +0100
- Subject: Re: RFC: Named warnings
- Organization: Integrable Solutions
- References: <200301241801.h0OI1Rl16971@pc960.cambridge.arm.com>
Richard Earnshaw <rearnsha@arm.com> writes:
| That's easily solved. Just declare the master file to be the mainline. A
| warning number is never added on a branch without first adding it to the
| mainline (note: it's only the number that's added on the trunk).
This means that when mainline is frozen, no warning number can be
added to branches.
-- Gaby