Fix gcc warnings

svn path=/trunk/; revision=7585
This commit is contained in:
Matthias Clasen
2008-10-10 04:54:51 +00:00
parent 65ac7d4034
commit 6310f898b8
9 changed files with 44 additions and 25 deletions

View File

@@ -1,3 +1,12 @@
2008-10-10 Matthias Clasen <mclasen@redhat.com>
Bug 554557 Patch to fix gcc warnings about missing format
specifiers
* glib/gmarkup.c:
* glib/gshell.c:
* glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
2008-10-10 Matthias Clasen <mclasen@redhat.com>
Bug 552861 glib-2.0.m4 calls system(3) without storing its result