This commit is contained in:
cristy
2015-03-22 17:33:03 +00:00
parent 6ee69913aa
commit 8aebeb3744
+1 -1
View File
@@ -92,7 +92,7 @@ Magick::Quantum* Magick::Pixels::set(const ssize_t x_,const ssize_t y_,
void Magick::Pixels::sync(void)
{
GetPPException;
SyncCacheViewAuthenticPixels(_view,exceptionInfo);
(void) SyncCacheViewAuthenticPixels(_view,exceptionInfo);
ThrowPPException(_image.quiet());
}