[Webkit-unassigned] [Bug 125296] [EFL] Buildfix after r160151
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 5 04:36:18 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125296
Ryuan Choi <ryuan.choi at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ryuan.choi at samsung.com
--- Comment #7 from Ryuan Choi <ryuan.choi at samsung.com> 2013-12-05 04:34:36 PST ---
(In reply to comment #6)
> /mnt/eflews/webkit/WebKit/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function 'void StreamingClient::handleDataReceived(const char*, int)':
> /mnt/eflews/webkit/WebKit/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:943:483: error: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Werror=format]
>
> Looks like it should be %lu :)
So, is static_cast<unsigned long>(length) only the solution ?
--
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