[Webkit-unassigned] [Bug 189693] New: [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 18 00:00:27 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189693
Bug ID: 189693
Summary: [Win][Clang] warning: #include resolved using
non-portable Microsoft search rules as:
..\..\Source\WTF\wtf/unicode/utf8.h
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
Blocks: 171618
[Win][Clang] warning: #include resolved using non-portable Microsoft search rules as: ..\..\Source\WTF\wtf/unicode/utf8.h
While doing Bug 171618, a lot of following compilation warnings are reported.
> [1033/6181] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\ParkingLot.cpp.obj
> In file included from ..\..\Source\WTF\wtf\ParkingLot.cpp:31:
> In file included from ..\..\Source\WTF\wtf/StringPrintStream.h:31:
> In file included from ..\..\Source\WTF\wtf/text/WTFString.h:32:
> In file included from ..\..\Source\WTF\wtf/text/StringImpl.h:27:
> In file included from ..\..\WebKitLibraries\win\include\unicode/ustring.h:21:
> In file included from ..\..\WebKitLibraries\win\include\unicode/utypes.h:44:
> ..\..\WebKitLibraries\win\include\unicode/utf.h(217,10): warning: #include resolved using non-portable Microsoft search rules as: ..\..\Source\WTF\wtf/unicode/utf8.h [-Wmicrosoft-include]
> #include "unicode/utf8.h"
> ^
> In file included from ..\..\Source\WTF\wtf\ParkingLot.cpp:31:
> In file included from ..\..\Source\WTF\wtf/StringPrintStream.h:31:
> In file included from ..\..\Source\WTF\wtf/text/WTFString.h:32:
> In file included from ..\..\Source\WTF\wtf/text/StringImpl.h:27:
> In file included from ..\..\WebKitLibraries\win\include\unicode/ustring.h:21:
> In file included from ..\..\WebKitLibraries\win\include\unicode/utypes.h:44:
> In file included from ..\..\WebKitLibraries\win\include\unicode/utf.h:221:
> ..\..\WebKitLibraries\win\include\unicode/utf_old.h(166,10): warning: #include resolved using non-portable Microsoft search rules as: ..\..\Source\WTF\wtf/unicode/utf8.h [-Wmicrosoft-include]
> #include "unicode/utf8.h"
> ^
> 2 warnings generated.
See Also:
Bug 70913 – using extrernal ICU library on case unsensitive drives will not work
Bug 88307 – Rename UTF8.h/cpp to WTF_UTF8.h/cpp to avoid clashes with ICU's utf8.h
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=171618
[Bug 171618] [Win][Meta] Build WebKit using Clang
--
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/20180918/70602653/attachment.html>
More information about the webkit-unassigned
mailing list