diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-20 15:04:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-20 15:04:52 (GMT) |
commit | 5090dd980ff30e7388e1a70f64c0b6a26ea6244e (patch) | |
tree | 1bd634a79857a08c48f0f4df4f347016326e4a07 /ChangeLog | |
parent | 37fd2f1329c56078bc8a8b2fc955aa001c109c01 (diff) |
Fixed some GCC warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@327 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 13-01-20 Cyrille Bagard <nocbos@gmail.com> + * src/arch/dalvik/operands/args.c: + * src/format/format.c: + * src/format/format.h: + * src/gui/panels/log.c: + * src/plugins/plugin.c: + Fix some GCC warnings. + +13-01-20 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/blocks/raccess.c: * src/analysis/blocks/raccess.h: Typo: constify the source list when merging two lists. |