summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/galahad/glhd_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/galahad/glhd_context.h')
-rw-r--r--src/gallium/drivers/galahad/glhd_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/galahad/glhd_context.h b/src/gallium/drivers/galahad/glhd_context.h
index a8753d0255..4e71753ac3 100644
--- a/src/gallium/drivers/galahad/glhd_context.h
+++ b/src/gallium/drivers/galahad/glhd_context.h
@@ -58,4 +58,7 @@ do { \
fprintf(stderr, "\n"); \
} while (0)
+#define glhd_error(...) \
+ glhd_warn(__VA_ARGS__);
+
#endif /* GLHD_CONTEXT_H */