[Webkit-unassigned] [Bug 162596] New: [EFL] Fix debug build break since r204205
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 27 00:04:18 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162596
Bug ID: 162596
Summary: [EFL] Fix debug build break since r204205
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jh718.park at samsung.com
CC: lucas.de.marchi at gmail.com
Fix debug build break of the message as below.
In file included from ../../Source/WTF/wtf/StdLibExtras.h:33:0,
from ../../Source/WTF/wtf/FastMalloc.h:26,
from ../../Source/WebCore/config.h:75,
from ../../Source/WebCore/platform/graphics/BitmapImage.cpp:27:
../../Source/WebCore/platform/graphics/BitmapImage.cpp: In member function âWebCore::NativeImagePtr WebCore::BitmapImage::frameImageAtIndex(size_t, float)â:
../../Source/WTF/wtf/Assertions.h:394:68: error: format â%dâ expects argument of type âintâ, but argument 4 has type âWebCore::SubsamplingLevelâ [-Werror=format=]
#define LOG(channel, ...) WTFLog(&LOG_CHANNEL(channel), __VA_ARGS__)
^
../../Source/WebCore/platform/graphics/BitmapImage.cpp:351:5: note: in expansion of macro âLOGâ
LOG(Images, "BitmapImage %p frameImageAtIndex - subsamplingLevel %d at scale %.4f", this, subsamplingLevel, presentationScaleHint);
^
../../Source/WTF/wtf/Assertions.h:394:68: error: format â%dâ expects argument of type âintâ, but argument 3 has type âWebCore::SubsamplingLevelâ [-Werror=format=]
#define LOG(channel, ...) WTFLog(&LOG_CHANNEL(channel), __VA_ARGS__)
^
../../Source/WebCore/platform/graphics/BitmapImage.cpp:356:9: note: in expansion of macro âLOGâ
LOG(Images, " subsamplingLevel was %d, resampling", m_frames[index].subsamplingLevel());
^
cc1plus: all warnings being treated as errors
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160927/f665b204/attachment.html>
More information about the webkit-unassigned
mailing list