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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 11:00:08 PDT 2015


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

--- Comment #6 from Darin Adler <darin at apple.com> ---
(In reply to comment #5)
> I am getting compilation errors if this macro is used. 
> 
> It seems like the 'WTF_ATTRIBUTE_PRINTF' macro is not available in this
> directory.  

I don’t think it’s the directory, but rather the includes. You’ll have to include an appropriate WTF header file to use WTF_ATTRIBUTE_PRINTF. It doesn’t compile because it’s not including the header file. I think it’s <wtf/Assertions.h>.

> This is conditionally compiled for ENABLE_X11_TARGET flag. 
>       if (ENABLE_X11_TARGET)
>         add_subdirectory(DumpRenderTree/TestNetscapePlugIn)

That’s in the make file used for the EFL port. This same plug-in is built, just built with other build systems, for other ports that don’t necessarily share that make file.

-- 
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/20150617/3be0abaf/attachment-0001.html>


More information about the webkit-unassigned mailing list