Bug 316221 - G_LOCK warns about breaking strict-aliasing rules

* configure.in:
* glib/gthread.h: Revert previous patch as it doesn't improve the
situation and results in other warnings.

svn path=/trunk/; revision=7064
This commit is contained in:
Sebastian Dröge
2008-06-20 11:29:25 +00:00
parent ee5c5df6b1
commit 304c030d02
3 changed files with 8 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
* configure.in:
* glib/gthread.h: Revert previous patch as it doesn't improve the
situation and results in other warnings.
2008-06-16 Christian Persch <chpe@gnome.org>
Bug 539123 annotate g_d[n]gettext with G_GNUC_FORMAT