diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 16:06:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 16:06:24 (GMT) |
commit | ad593ed12e5851d619cf1d921f0800378fb54d04 (patch) | |
tree | cc53a1de2fd7121f47076d566b180e6c9987a510 /ChangeLog | |
parent | 7bfd47436b231f4cd8587850ca8c7ac54c2c254e (diff) |
Fixed some warnings during the compilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@528 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 15-05-05 Cyrille Bagard <nocbos@gmail.com> + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + Fix some warnings during the compilation. + + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + Deleted entries. + + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + Fix some warnings during the compilation. + + * src/gtkext/Makefile.am: + Add the 'gtklinkrenderer.[ch]' files from libgtkext_la_SOURCES. + +15-05-05 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: * src/arch/arm/v7/post.c: Make labels for symbols look nicer. |