[Webkit-unassigned] [Bug 125296] [EFL] Buildfix after r160151

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 5 04:55:29 PST 2013


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





--- Comment #8 from Krzysztof Czech <k.czech at samsung.com>  2013-12-05 04:53:46 PST ---
(In reply to comment #7)
> (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 ?
What about signed values ?, maybe static_cast<long>(length)

-- 
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