st/xa: Kill a couple of compilation warnings
[mesa.git] / src / gallium / state_trackers / xa / xa_composite.c
index f66eebdeb01621c579194b8bdc82ebb596f7566c..0659c77be53ec7445c279e3b31e1c083d6a9c2f0 100644 (file)
@@ -39,7 +39,7 @@
 #define XFixedToDouble(f)    (((double) (f)) / 65536.)
 
 struct xa_composite_blend {
-    enum xa_composite_op op : 8;
+    unsigned op : 8;
 
     unsigned alpha_dst : 4;
     unsigned alpha_src : 4;