diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-03-14 17:01:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-03-14 17:01:36 (GMT) |
commit | a2b767b244e03f00c6a987bbd9872796ed385f47 (patch) | |
tree | cd4f2f0c516948fad80493d1a7193b454f9153fc /ChangeLog | |
parent | c4231094c9c77c685371d726d28e65c0459486de (diff) |
Turned off lots of warnings by using the _GNU_SOURCE compliance.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@54 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2009-03-14 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + * src/analysis/Makefile.am: + * src/arch/Makefile.am: + * src/arch/x86/Makefile.am: + * src/common/Makefile.am: + * src/format/dwarf/Makefile.am: + * src/format/elf/Makefile.am: + * src/format/java/Makefile.am: + * src/format/Makefile.am: + * src/format/mangling/Makefile.am: + * src/format/pe/Makefile.am: + * src/gtkext/Makefile.am: + * src/Makefile.am: + * src/panel/Makefile.am: + Turn off lots of warnings by using the _GNU_SOURCE compliance. + 2009-03-11 Cyrille Bagard <nocbos@gmail.com> * src/analysis/line.c: |