[Intel-gfx] [PATCH i-g-t 2/7] tests/kms_plane: Appease gcc -Wempty-body

Daniel Vetter daniel.vetter at ffwll.ch
Mon Sep 4 09:08:34 UTC 2017


Not exactly sure what's the point, but oh well.

Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
 tests/kms_plane.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 927d5d37fece..812497500d2d 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -207,8 +207,9 @@ test_plane_position_with_output(data_t *data,
 
 	if (flags & TEST_POSITION_FULLY_COVERED)
 		igt_assert_crc_equal(&test.reference_crc, &crc);
-	else
+	else {
 		;/* FIXME: missing reference CRCs */
+	}
 
 	igt_assert_crc_equal(&crc, &crc2);
 
-- 
2.9.5



More information about the Intel-gfx mailing list