Fix another strict aliasing problem.

2006-01-05  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Fix another strict aliasing problem.
This commit is contained in:
Matthias Clasen
2006-01-05 14:30:04 +00:00
committed by Matthias Clasen
parent fbf0e8bc7d
commit e16ec3b973
4 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-01-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Fix another strict aliasing problem.
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864,
Kazuki IWAMOTO)