diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-16 16:17:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-16 16:17:14 +0000 |
commit | 1ad12f975f8a2a0ce45569ea3f550ef25705ad37 (patch) | |
tree | d5cc4951369f37e674d91cba4892aaa87a487ab7 /opcodes/ChangeLog | |
parent | 9b265ec209d7dd38bd411cdd3bac4d705a244398 (diff) | |
download | gdb-1ad12f975f8a2a0ce45569ea3f550ef25705ad37.zip gdb-1ad12f975f8a2a0ce45569ea3f550ef25705ad37.tar.gz gdb-1ad12f975f8a2a0ce45569ea3f550ef25705ad37.tar.bz2 |
Enable -Werror by default
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8daeebc..0bf8a20 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2005-03-16 Nick Clifton <nickc@redhat.com> + Ben Elliston <bje@au.ibm.com> + + * configure.in (error-on-warning): New switch: Add -Werror to the + compiler command line. Enabled by default. Disable via + --disable-error-on-warning. + * configure: Regenerate. + 2005-03-16 Alan Modra <amodra@bigpond.net.au> * ppc-dis.c (powerpc_dialect): Don't set PPC_OPCODE_ALTIVEC when |