Fix warning (Wsign-compare)
This commit is contained in:
@@ -93,7 +93,7 @@ class LUT :
|
|||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
// list of variables ordered to improve cache speed
|
// list of variables ordered to improve cache speed
|
||||||
unsigned int maxs;
|
int maxs;
|
||||||
float maxsf;
|
float maxsf;
|
||||||
// For the SSE routine operator[](vfloat), we just clip float lookup values
|
// For the SSE routine operator[](vfloat), we just clip float lookup values
|
||||||
// to just below the max value.
|
// to just below the max value.
|
||||||
|
Reference in New Issue
Block a user