This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] New rules for ARI
- From: Tom Tromey <tromey at redhat dot com>
- To: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: "'Joel Brobecker'" <brobecker at adacore dot com>, "'Maxim Grigoriev'" <maxim at tensilica dot com>, <gdb-patches at sourceware dot org>
- Date: Fri, 11 Mar 2011 08:58:48 -0700
- Subject: Re: [RFA] New rules for ARI
- References: <4D798969.8070309@tensilica.com> <20110311064501.GA30306@adacore.com> <41860.1858466447$1299837420@news.gmane.org>
>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:
Pierre> Reading Joel's comment, I thought
Pierre> that the missing 'void' inside braces
Pierre> should be a gdb_ari.sh output,
Pierre> so I tried to write a new rule
Pierre> to find out if functions that have no parameters
Pierre> do use () instead of (void).
I wonder if -Wstrict-prototypes would catch this.
Tom