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:
Eric Engestrom 2019-10-27 01:04:31 +01:00
parent 0581a86753
commit 32cff3781a

View file

@ -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"