This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Build regression on CentOS-5 [Re: [PATCH 3/3] add -Wold-style-definition]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 2 Jul 2013 10:07:54 +0200
- Subject: Build regression on CentOS-5 [Re: [PATCH 3/3] add -Wold-style-definition]
- References: <1371494572-26594-1-git-send-email-tromey at redhat dot com> <1371494572-26594-4-git-send-email-tromey at redhat dot com>
On Mon, 17 Jun 2013 20:42:52 +0200, Tom Tromey wrote:
> Tested by rebuilding on x86-64 Fedora 18.
On CentOS-5.9-{x86_64,i386} on:
cc1: warnings being treated as errors
In file included from ada-exp.y:770:
ada-lex.c: In function 'yy_get_next_buffer':
ada-lex.c:1444: warning: old-style function definition
ada-lex.c: In function 'yy_get_previous_state':
ada-lex.c:1576: warning: old-style function definition
Regards,
Jan