Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 test/litest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/litest.c b/test/litest.c
index 3646446..ad0aff2 100644
--- a/test/litest.c
+++ b/test/litest.c
@@ -372,6 +372,8 @@ litest_log_handler(struct libinput *libinput,
        case LIBINPUT_LOG_PRIORITY_INFO: priority = "info"; break;
        case LIBINPUT_LOG_PRIORITY_ERROR: priority = "error"; break;
        case LIBINPUT_LOG_PRIORITY_DEBUG: priority = "debug"; break;
+       default:
+                 abort();
        }
 
        fprintf(stderr, "litest %s: ", priority);
-- 
2.1.0

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to