From e44d0067ca65d58f258e7f2ae1a240c9bfce5766 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 2 Jul 2012 09:09:27 +0200 Subject: Solved compilation warnings introduced in latest merge --- pixman/pixman/pixman-inlines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pixman/pixman/pixman-inlines.h b/pixman/pixman/pixman-inlines.h index 5517de5a5..f78bc212f 100644 --- a/pixman/pixman/pixman-inlines.h +++ b/pixman/pixman/pixman-inlines.h @@ -1132,6 +1132,7 @@ fast_composite_scaled_bilinear ## scale_func_name (pixman_implementation_t *imp, weight1, weight2, vx, unit_x, max_vx, FALSE); \ } \ } \ + _mm_empty (); \ } /* A workaround for old sun studio, see: https://bugs.freedesktop.org/show_bug.cgi?id=32764 */ -- cgit v1.2.3