mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Take a va_list*, not a va_list, to avoid compiler warnings about
2005-08-10 Matthias Clasen <mclasen@redhat.com> * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): Take a va_list*, not a va_list, to avoid compiler warnings about uninitialized variables.
This commit is contained in:
committed by
Matthias Clasen
parent
320711e224
commit
833abd554a
@@ -1,3 +1,9 @@
|
||||
2005-08-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gfileutils.c (g_build_path_va, g_build_pathname_va):
|
||||
Take a va_list*, not a va_list, to avoid compiler warnings
|
||||
about uninitialized variables.
|
||||
|
||||
2005-08-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/gobject/Makefile.am (test_programs): Add it here.
|
||||
|
Reference in New Issue
Block a user