mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
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:
parent
cf520806b1
commit
8261f9ce4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue