This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH RFA: -Wc++-compat warnings for assignments to enum variables
- From: Tom Tromey <tromey at redhat dot com>
- To: Ian Lance Taylor <iant at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Wed, 22 Apr 2009 16:54:16 -0600
- Subject: Re: PATCH RFA: -Wc++-compat warnings for assignments to enum variables
- References: <m3ab6875tm.fsf@google.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Ian" == Ian Lance Taylor <iant@google.com> writes:
Ian> This patch, the next step in my -Wc++-compat work, turns on warnings for
Ian> assignments to variables of enum type.
The java change is ok. Thanks.
Tom