Mesa (master): tu: fix empty-body instruction

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Oct 27 22:15:37 UTC 2019


Module: Mesa
Branch: master
Commit: 32cff3781aff6ea8b530d0a2b95b7bc2bee73eee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32cff3781aff6ea8b530d0a2b95b7bc2bee73eee

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 27 01:04:31 2019 +0100

tu: fix empty-body instruction

Fixes: 8d43e2b2ded0fe3c82d4 ("meson: add -Werror=empty-body to disallow `if(x);`")
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/freedreno/vulkan/tu_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/vulkan/tu_private.h b/src/freedreno/vulkan/tu_private.h
index d4bb8284b14..c24e7d3f6ce 100644
--- a/src/freedreno/vulkan/tu_private.h
+++ b/src/freedreno/vulkan/tu_private.h
@@ -40,7 +40,7 @@
 #include <valgrind.h>
 #define VG(x) x
 #else
-#define VG(x)
+#define VG(x) ((void)0)
 #endif
 
 #include "c11/threads.h"




More information about the mesa-commit mailing list