This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: warning: `%y' yields only last 2 digits of year
- From: DJ Delorie <dj at redhat dot com>
- To: dewar at gnat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 15 Mar 2002 11:17:00 -0500
- Subject: Re: warning: `%y' yields only last 2 digits of year
- References: <20020315052022.B3EE6F28ED@nile.gnat.com>
> For instance, unconditionally warning when a switch branch does not
> end with a break, or warning that an if is missing an else part.
-Wnewbie ? I could learn to like having that...