This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Selector warning
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Devang Patel <dpatel at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 1 Aug 2002 22:14:13 +0100
- Subject: Re: PATCH: Selector warning
- References: <56989630-A593-11D6-9C7C-00039310EDEA@apple.com>
Devang Patel wrote:-
> + int found = 0;
Just a style issue: please use bool for booleans that are not
parameters to functions; I think we're slowly moving that way
for the whole source tree.
Neil.