[Webkit-unassigned] [Bug 122412] Incorrect use of bool and boolean in JPEGImageDecoder.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 6 08:16:51 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122412





--- Comment #1 from Maurice van der Pot <griffon26 at kfk4ever.com>  2013-10-06 08:15:43 PST ---
Created an attachment (id=213513)
 --> (https://bugs.webkit.org/attachment.cgi?id=213513&action=review)
Fixes mixed use of booleans in JPEGImageDecoder.cpp

The attached patch fixes several compilation errors when compiling with libjpeg-9 installed.

One example of those errors:
Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp:345:47: error: cannot convert 'bool' to 'boolean' for argument '2' to 'int jpeg_read_header(j_decompress_ptr, boolean)'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list