build-sys: ignore -Waddress message so that build works on gcc/rawhide
authorLennart Poettering <lennart@poettering.net>
Tue, 15 Feb 2011 12:29:28 +0000 (13:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 Feb 2011 12:29:31 +0000 (13:29 +0100)
commit509a2e899a73a40fab42021ca51f1b9424c61586
tree7abbd9c3ed65d6488a4b36c0f12954f6df5343a4
parent51e0e91115e54cb29aca515d2e920a67d1c7fca5
build-sys: ignore -Waddress message so that build works on gcc/rawhide

Newer gccs warn if you compare an address of a variable that is allocated
on the stack or is static with NULL. Since we compile dbus with -Werror
this causes the build to fail since we do this check all the time due to
macros such as _DBUS_ASSERT_ERROR_IS_SET().
configure.in