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: Florian Weimer <fw at deneb dot enyo dot de>
- To: Karel Kulhavy <clock at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 07:01:50 +0100
- Subject: Re: warning: `%y' yields only last 2 digits of year
- References: <20020312225442.A329@beton.cybernet.cz>
Karel Kulhavy <clock@atrey.karlin.mff.cuni.cz> writes:
> Please note that warning
>
> "warning: `%y' yields only last 2 digits of year"
>
> is absolutely stupid and according to my opinion should be
> immediately removed.
Hm, it probably should be modified to check if "%y" is preceded by
"19", which would be clearly a bug.