win32: silence build warning
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Wed, 6 Nov 2013 12:57:07 +0000 (13:57 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Jan 2014 13:26:47 +0000 (08:26 -0500)
commita8f58fcfec121241be7890f5b340e139f39fd125
treebe55736ab98137dacea726368f222ddf42c05cdc
parent2873b3c20cf6b6ebde5bcaaf395675ba7bc3b696
win32: silence build warning

gdbusauthmechanismexternal.c: In function 'mechanism_client_initiate':
gdbusauthmechanismexternal.c:355:3: warning: 'initial_response' may be
used uninitialized in this function [-Wmaybe-uninitialized]
   return initial_response;
   ^
gdbusauthmechanismexternal.c:332:10: note: 'initial_response' was
declared here

https://bugzilla.gnome.org/show_bug.cgi?id=711547
gio/gdbusauthmechanismexternal.c