diff options
-rw-r--r-- | src/bicubic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bicubic.cpp b/src/bicubic.cpp index 7523738..64b6bb5 100644 --- a/src/bicubic.cpp +++ b/src/bicubic.cpp @@ -60,7 +60,7 @@ BicubicScreen::getBicubicFragmentFunction (GLTexture *texture, "hgX", "hgY", "cs00", "cs01", "cs10", "cs11" }; - for (int i = 0; i < sizeof (filterTemp) / sizeof (filterTemp[0]); i++) + for (unsigned int i = 0; i < sizeof (filterTemp) / sizeof (filterTemp[0]); i++) data->addTempHeaderOp (filterTemp[i]); |