diff options
author | marha <marha@users.sourceforge.net> | 2012-07-02 09:09:27 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-07-02 09:09:27 +0200 |
commit | e44d0067ca65d58f258e7f2ae1a240c9bfce5766 (patch) | |
tree | 52703dfaa906a6b8927adadaf17a5ff7210d1148 | |
parent | e9c95ddb7d90063e83d548b5a0283a1ce21161b4 (diff) | |
download | vcxsrv-e44d0067ca65d58f258e7f2ae1a240c9bfce5766.tar.gz vcxsrv-e44d0067ca65d58f258e7f2ae1a240c9bfce5766.tar.bz2 vcxsrv-e44d0067ca65d58f258e7f2ae1a240c9bfce5766.zip |
Solved compilation warnings introduced in latest merge
-rw-r--r-- | pixman/pixman/pixman-inlines.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |