This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 14/14] -Wmissing-prototypes: Build with -Wmissing-prototypes by default.
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> So I propose turning this warning flag on before we bit rot and pile
Pedro> up another set of problems.
Pedro> It's likely that on other hosts we will see other related build
Pedro> failures, but going ahead and turning this on is the only way we will
Pedro> ever get those fixed, and, any build error this causes should be quite
Pedro> trivial to fix, as can be inferred from the changes in this series.
I agree. I'm definitely in favor of this; and I think your series shows
nicely the benefits of this switch.
Tom