diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-11 18:28:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-11 18:28:42 +0000 |
commit | f5542c90e3ee184dc9936ec4d816da14d2a2660d (patch) | |
tree | 03fbfe1e4c0a6f3912f137d4e5c3f302990cd53e /ChangeLog | |
parent | 92aaf63ec0443a04e9b8b50439ea23a582ecc5e6 (diff) |
Make the g_test_add macro work with gcc 4.3
2008-02-10 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.h: Make the g_test_add macro work with
gcc 4.3
* tests/gobject/paramspec-test.c: Adapt to recent changes in
GParamGType initialization.
svn path=/trunk/; revision=6500
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-02-10 Matthias Clasen <mclasen@redhat.com> + * glib/gtestutils.h: Make the g_test_add macro work with + gcc 4.3 + + * tests/gobject/paramspec-test.c: Adapt to recent changes in + GParamGType initialization. + +2008-02-10 Matthias Clasen <mclasen@redhat.com> + * glib/gtestutils.c: Fix a typo in the docs. 2008-02-09 Matthias Clasen <mclasen@redhat.com> |