signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 4 Mar 2015 11:52:51 +0000 (11:52 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 4 Mar 2015 18:41:15 +0000 (18:41 +0000)
commit0d42526efa4b0249e169f844c894fb13b1fc6fd3
tree0b60ff0a9a157f066061da3a04cab1fffef12221
parent08a75e07cbf66d6f22ab0ddc64244fbcfd061278
signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)

We're ignoring the result of this write() to stderr anyway, because
if it failed... what would we do? Write to stderr? That wouldn't work
any better the second time :-)

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
bus/main.c