diff options
-rw-r--r-- | tests/gem_vmap_blits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_vmap_blits.c b/tests/gem_vmap_blits.c index c09bcfc2..3e8e458b 100644 --- a/tests/gem_vmap_blits.c +++ b/tests/gem_vmap_blits.c @@ -51,7 +51,7 @@ #include "intel_gpu_tools.h" #if !defined(I915_PARAM_HAS_VMAP) -#warning No vmap support in drm, skipping +#pragma message("No vmap support in drm, skipping") int main(int argc, char **argv) { fprintf(stderr, "No vmap support in drm.\n"); |