swrast: Mark MAX_GLUINT literal with u suffix.
authorMatt Turner <mattst88@gmail.com>
Sat, 11 Apr 2015 17:14:00 +0000 (10:14 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 13 Apr 2015 16:03:02 +0000 (09:03 -0700)
commit89b140dfaeacb8fb0a784c8dd7da26b0d14189e8
tree67fb999731bb378510d79ad82f25516ee2931589
parent1c9db39d54508608ea9518bc82eacbd8e27c410c
swrast: Mark MAX_GLUINT literal with u suffix.

Coverity is confused by the "float < int / 2" expression and suggests
casting MAX_GLUINT to unsigned, which I believe it was supposed to have
been already.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/swrast/s_tritemp.h