diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-22 10:59:18 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-22 11:23:39 +1000 |
commit | ff574d2f5ccc117884ca98dad2827620b7d0f35f (patch) | |
tree | a23d568437b72828b20a8e627c156672eab8315a /udev | |
parent | f8c2eb073638629034b8830e6ce767379ea67836 (diff) |
test: fix maybe-uninitialized compiler warnings
touchpad-tap.c: In function ‘touchpad_3fg_tap_btntool_inverted’:
touchpad-tap.c:1548:2: warning: ‘button’ may be used uninitialized in this
function [-Wmaybe-uninitialized]
and similar
False positive, if button isn't set by now we would've abort()-ed before we
even get here.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
0 files changed, 0 insertions, 0 deletions