From 74ff7361c38c4f8620b68c72fd2263c1f2d6a5a2 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 4 Dec 2022 20:45:57 +0200 Subject: Fix clang-tidy warnings Signed-off-by: Tomi Valkeinen --- kmscube/cube-egl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'kmscube/cube-egl.cpp') diff --git a/kmscube/cube-egl.cpp b/kmscube/cube-egl.cpp index 5f23c4e..9551793 100644 --- a/kmscube/cube-egl.cpp +++ b/kmscube/cube-egl.cpp @@ -67,6 +67,7 @@ EglState::EglState(void* native_display) EGLConfig configs[numConfigs]; b = eglGetConfigs(m_display, configs, numConfigs, &numConfigs); + FAIL_IF(!b, "failed to get configs"); printf("Available configs:\n"); -- cgit v1.2.3