commit | 2d91ee171b10bdf76ce97611d13b10913960a10c | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Jan 08 15:39:18 2014 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jan 08 21:27:53 2014 -0800 |
tree | 9055a77129a380fde917037946bdac7e33f02831 | |
parent | ca6bd745b847e6dc301d5f642bca23b21a80e5e3 [diff] |
screenshooter: silence a warning screenshooter.c: In function ‘recorder_binding’: screenshooter.c:509:5: warning: ‘listener’ may be used uninitialized in this function [-Wuninitialized] This was not really a problem so far, because the variable was uninitialized only in the case where Weston had no outputs. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>