gallium: Fixes -Wundef in draw_gs.c
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 22 Nov 2022 10:24:26 +0000 (18:24 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Nov 2022 04:33:07 +0000 (04:33 +0000)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19926>

src/gallium/auxiliary/draw/draw_gs.c

index 4a9abbb..2810e7d 100644 (file)
@@ -123,7 +123,7 @@ tgsi_fetch_gs_outputs(struct draw_geometry_shader *shader,
 }
 
 
-/*#define DEBUG_INPUTS 1*/
+#define DEBUG_INPUTS 0
 static void
 tgsi_fetch_gs_input(struct draw_geometry_shader *shader,
                     unsigned *indices,