OSDN Git Service

st/nine: Silent warning in NineCubeTexture9_ctor
authorAxel Davy <axel.davy@ens.fr>
Sun, 16 Aug 2015 10:58:41 +0000 (12:58 +0200)
committerAxel Davy <axel.davy@ens.fr>
Fri, 21 Aug 2015 20:21:48 +0000 (22:21 +0200)
commitd48cab9fa6b75db054e3a53819b465611923e9bc
treee1085ba80ac0c53a8c262371e17829212d676bf4
parent2f02d5e814904d7a5c041d6869751731712e8195
st/nine: Silent warning in NineCubeTexture9_ctor

The compiler was complaining the value may be uninitialised
when it is used (which is wrong). Initialize to NULL to silent
the warning.
src/gallium/state_trackers/nine/cubetexture9.c