[Webkit-unassigned] [Bug 143766] [W32][ANGLE] Warnings during the build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 15 10:05:14 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143766
LRN <lrn1986 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #250812| |review?
Flags| |
--- Comment #1 from LRN <lrn1986 at gmail.com> ---
Created attachment 250812
--> https://bugs.webkit.org/attachment.cgi?id=250812&action=review
Silence two warnings in ANGLE
../webkitgtk-2.4.8/Source/ThirdParty/ANGLE/src/compiler/ParseContext.cpp:538:123: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (op == EOpConstructStruct && !type->isArray() && int(type->getStruct()->fields().size()) != function.getParamCount()) {
^
../webkitgtk-2.4.8/Source/ThirdParty/ANGLE/src/compiler/depgraph/DependencyGraph.cpp:7:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning(disable: 4718)
^
--
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/20150415/ab693996/attachment.html>
More information about the webkit-unassigned
mailing list