Skip to content
Snippets Groups Projects
Commit ff574d2f authored by Peter Hutterer's avatar Peter Hutterer
Browse files

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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent f8c2eb07
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment