ghash: Suppress -Wmaybe-uninitialized from GCC 4.4
authorColin Walters <walters@verbum.org>
Tue, 2 Apr 2013 18:10:15 +0000 (14:10 -0400)
committerColin Walters <walters@verbum.org>
Tue, 2 Apr 2013 18:14:42 +0000 (14:14 -0400)
commite359130e3ec840b72628253d0bde44144225fa1a
treef05d08eb9130429545fa2ff65a806b71de8f678b
parent8cddb54659582042eaede0da158c3ab40105bada
ghash: Suppress -Wmaybe-uninitialized from GCC 4.4

It's not clever enough to figure out that these are always initialized
in code paths that use them.

Reviewed-By: Benjamin Otte <otte@gnome.org>
glib/ghash.c