781ed1ff02
When calling assert(0) instead of returning a value, -Wreturn-type warnings are triggered because assertions can be disabled. Replace these assertions with abort(). |
||
---|---|---|
.. | ||
backend.c | ||
events.c | ||
keyboard.c | ||
meson.build | ||
pointer.c | ||
switch.c | ||
tablet_pad.c | ||
tablet_tool.c | ||
touch.c |