iris: s/#if/#ifdef/ to fix -Wundef
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19963>
This commit is contained in:
committed by
Marge Bot
parent
8261f9ce4f
commit
52a34309f6
@@ -56,7 +56,7 @@
|
||||
#include <errno.h>
|
||||
#include <xf86drm.h>
|
||||
|
||||
#if HAVE_VALGRIND
|
||||
#ifdef HAVE_VALGRIND
|
||||
#include <valgrind.h>
|
||||
#include <memcheck.h>
|
||||
#define VG(x) x
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if HAVE_VALGRIND
|
||||
#ifdef HAVE_VALGRIND
|
||||
#include <valgrind.h>
|
||||
#include <memcheck.h>
|
||||
#define VG(x) x
|
||||
|
||||
Reference in New Issue
Block a user