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>
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
|
||||
#ifndef MAX_GLUINT
|
||||
#define MAX_GLUINT 0xffffffff
|
||||
#define MAX_GLUINT 0xffffffffu
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user