This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
- From: Tom Tromey <tom at tromey dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: Tom Tromey <tom at tromey dot com>, "gdb-patches\@sourceware.org" <gdb-patches at sourceware dot org>
- Date: Tue, 12 Jul 2016 11:06:40 -0600
- Subject: Re: [RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
- Authentication-results: sourceware.org; auth=none
- References: <1465248812-23902-1-git-send-email-tom@tromey.com> <CAH=s-POD0ONLxHsoMFooOibZ58TB_UjW85GXioaM5_koQ2FBCA@mail.gmail.com>
>>>>> "Yao" == Yao Qi <qiyaoltc@gmail.com> writes:
Yao> On Mon, Jun 6, 2016 at 10:33 PM, Tom Tromey <tom@tromey.com> wrote:
>> I built and regression tested this using --enable-targets=all on
>> x86-64 Fedora 23. However, I could not update the various nat-*
>> files, so there are probably unfixed warnings lurking there.
Yao> Can you use cross compiler to cross build native gdb to catch these
Yao> warnings?
It seems I won't get around to this. How about I check in everything
except the patch to enable the warning? That way at least some progress
has been made.
Tom