mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
2008-10-10 Matthias Clasen <mclasen@redhat.com> Bug 552861 – glib-2.0.m4 calls system(3) without storing its result * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy. Patch by Andreas Köhler svn path=/trunk/; revision=7584
This commit is contained in:
parent
585135279f
commit
65ac7d4034
@ -1,3 +1,10 @@
|
|||||||
|
2008-10-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
|
||||||
|
|
||||||
|
* m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
|
||||||
|
Patch by Andreas Köhler
|
||||||
|
|
||||||
2008-10-08 Christian Persch <chpe@gnome.org>
|
2008-10-08 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
Bug 555313 – GFileAttribute boxed type get_type function should
|
Bug 555313 – GFileAttribute boxed type get_type function should
|
||||||
|
@ -93,8 +93,9 @@ main ()
|
|||||||
{
|
{
|
||||||
int major, minor, micro;
|
int major, minor, micro;
|
||||||
char *tmp_version;
|
char *tmp_version;
|
||||||
|
int ignored;
|
||||||
|
|
||||||
system ("touch conf.glibtest");
|
ignored = system ("touch conf.glibtest");
|
||||||
|
|
||||||
/* HP/UX 9 (%@#!) writes to sscanf strings */
|
/* HP/UX 9 (%@#!) writes to sscanf strings */
|
||||||
tmp_version = g_strdup("$min_glib_version");
|
tmp_version = g_strdup("$min_glib_version");
|
||||||
|
Loading…
Reference in New Issue
Block a user