tu: fix empty-body instruction
Fixes: 8d43e2b2de ("meson: add -Werror=empty-body to disallow `if(x);`")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user