Fix warning (Wsign-compare)

This commit is contained in:
heckflosse
2017-12-26 12:25:10 +01:00
parent c17bd0ef68
commit a31f52213d

View File

@@ -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.