diff Core/Images/JpegWriter.cpp @ 1654:3727a09e7b53

fix some icc warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Sep 2015 15:03:35 +0200
parents 96582230ddcb
children b1291df2f780
line wrap: on
line diff
--- a/Core/Images/JpegWriter.cpp	Mon Sep 28 13:49:48 2015 +0200
+++ b/Core/Images/JpegWriter.cpp	Mon Sep 28 15:03:35 2015 +0200
@@ -69,7 +69,7 @@
                        unsigned int width,
                        unsigned int height,
                        PixelFormat format,
-                       int quality)
+                       uint8_t quality)
   {
     cinfo.image_width = width;
     cinfo.image_height = height;