SoupConnection: Quiet a (mistaken) compiler warning
authorColin Walters <walters@verbum.org>
Fri, 14 Dec 2012 21:02:48 +0000 (16:02 -0500)
committerColin Walters <walters@verbum.org>
Fri, 14 Dec 2012 21:29:27 +0000 (16:29 -0500)
commit4a40d1188d34eee3a5ae55869e09aac0c97b6443
tree80b396542680198424ec26aa8807da3f68187920
parent33170885f097133e609d9322405bcf3dcb70a546
SoupConnection: Quiet a (mistaken) compiler warning

gcc claims 'event_id' might be uninitialized; it's wrong, but it's
hard for the optimizer to know that.  Placate it in the name of
reducing warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=690224
libsoup/soup-connection.c