This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Trying to find a gcc warning to detect different parameter names
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Jon Grant <jg at jguk dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 25 Sep 2011 23:53:18 +0100
- Subject: Re: Trying to find a gcc warning to detect different parameter names
- References: <4E7FAFF1.3060104@jguk.org>
On 25 September 2011 23:49, Jon Grant wrote:
>
> I am looking for a gcc option to give a warning when parameter names don't
> match between the prototype in C, and the definition. Could someone point me
> to the option if there is one please.
This question is off-topic on this list which is about development of
GCC itself, please use the gcc-help list for help using or building
GCC.
I don't think there is an option that does what you want.