[Webkit-unassigned] [Bug 189693] [Win][Clang] warning: #include resolved using non-portable Microsoft search rules as: ..\..\Source\WTF\wtf/unicode/utf8.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 18:14:47 PDT 2018


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Don Olmstead from comment #2)
> Isn't the larger problem that Source/WTF/wtf is being used as an include
> directory?

It is another problem should be fixed. But, it is not the main problem.

The main problem is the MSVC quirks (Comment 1).
It happens in following conditions:

1. ICU's header unicode/utf.h has '#include "unicode/utf8.h"' not '<unicode/utf8.h>'
2. ParkingLot.cpp indirectly includes unicode/utf.h
3. There is unicode/UTF8.h in WTF relative to the grand-grand-... parent ParkingLot.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180926/2259f867/attachment.html>


More information about the webkit-unassigned mailing list