OSDN Git Service

st/vega: silence enum cast warnings
authorDylan Noblesmith <nobled@dreamwidth.org>
Sun, 1 Apr 2012 19:47:07 +0000 (19:47 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Fri, 13 Apr 2012 14:27:11 +0000 (14:27 +0000)
commite55cf4854d594eae9ac3f6abd24f4e616eea894f
tree35cc171c6c1144f10a4685d4272a1d82be2f6f4c
parentdd32df3829317105adbfacc7fe7b1d2a2dc96a58
st/vega: silence enum cast warnings

clang warns on these:

stroker.c:626:19: warning: implicit conversion from enumeration
type 'VGPathCommand' to different enumeration type 'VGPathSegment'
[-Wconversion]

No change in the underlying value.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/state_trackers/vega/stroker.c