freedredno: s/#if/#ifdef/ to fix -Wundef
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Rob Clark <robclark@freedesktop.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19963>
This commit is contained in:
committed by
Marge Bot
parent
cf520806b1
commit
8261f9ce4f
@@ -375,7 +375,7 @@ bool fd_dbg(void);
|
||||
#define U642VOID(x) ((void *)(unsigned long)(x))
|
||||
#define VOID2U64(x) ((uint64_t)(unsigned long)(x))
|
||||
|
||||
#if HAVE_VALGRIND
|
||||
#ifdef HAVE_VALGRIND
|
||||
#include <memcheck.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user