Fix Clang warnings plus some cleanups
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
#include "iccstore.h"
|
||||
#include "image8.h"
|
||||
|
||||
namespace rtengine {
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
GamutWarning::GamutWarning(cmsHPROFILE iprof, cmsHPROFILE gamutprof, RenderingIntent intent, bool gamutbpc):
|
||||
lab2ref(nullptr),
|
||||
@@ -129,5 +130,4 @@ inline void GamutWarning::mark(Image8 *image, int y, int x)
|
||||
image->b(y, x) = 255;
|
||||
}
|
||||
|
||||
|
||||
} // namespace rtengine
|
||||
|
||||
Reference in New Issue
Block a user