[Webkit-unassigned] [Bug 146007] [EFL] Remove build warnings in Tools/DumpRenderTree/TestNetscapePlugIn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 10:52:12 PDT 2015


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

--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 254937
  --> https://bugs.webkit.org/attachment.cgi?id=254937
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254937&action=review

For best compatibility across platforms would be much better to use WTF_ATTRIBUTE_PRINTF. Please do that.

> Tools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:63
> +void __attribute__((format(printf, 2, 0))) pluginLogWithArguments(NPP instance, const char* format, va_list args)

Oops, no this is wrong. Needs to use WTF_ATTRIBUTE_PRINTF

-- 
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/20150616/5f3fab73/attachment.html>


More information about the webkit-unassigned mailing list