mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
gallium: fix warning
This commit is contained in:
parent
66719dc63a
commit
7771519862
1 changed files with 4 additions and 2 deletions
|
|
@ -69,11 +69,13 @@ void i915_print_ureg(const char *msg, unsigned ureg);
|
|||
#define DEBUG_SURFACE 0x2000
|
||||
#define DEBUG_WINSYS 0x4000
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
#if defined(DEBUG) && defined(FILE_DEBUG_FLAG)
|
||||
|
||||
#include "pipe/p_winsys.h"
|
||||
|
||||
static void
|
||||
static INLINE void
|
||||
I915_DBG(
|
||||
struct i915_context *i915,
|
||||
const char *fmt,
|
||||
|
|
@ -92,7 +94,7 @@ I915_DBG(
|
|||
|
||||
#else
|
||||
|
||||
static void
|
||||
static INLINE void
|
||||
I915_DBG(
|
||||
struct i915_context *i915,
|
||||
const char *fmt,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue