This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: non-static definition after static declaration
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: non-static definition after static declaration
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 30 Nov 1999 14:26:18 -0800
- Cc: law at cygnus dot com, gcc-patches at gcc dot gnu dot org, phdm at macqel dot be
- References: <199911301804.NAA24551@caip.rutgers.edu>
On Tue, Nov 30, 1999 at 01:04:17PM -0500, Kaveh R. Ghazi wrote:
> So perhaps a good solution would be to disable this particular warning
> if the base of the number is not 10, under the assumption that if the
> base is hex or octal then the programmer meant what they wrote.
I'd agree with this. Feel free to commit the patchlet.
r~