diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index aaf223c6f68..99007039a7c 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -270,7 +270,7 @@ void _debug_assert_fail(const char *expr, static unsigned id = 0; \ _pipe_debug_message(cb, &id, \ PIPE_DEBUG_TYPE_ ## type, \ - fmt, __VA_ARGS__); \ + fmt, ##__VA_ARGS__); \ } while (0) struct pipe_debug_callback; |