NEW 143766
[W32][ANGLE] Warnings during the build
https://bugs.webkit.org/show_bug.cgi?id=143766
Summary [W32][ANGLE] Warnings during the build
LRN
Reported 2015-04-15 06:29:17 PDT
../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) ^
Attachments
Silence two warnings in ANGLE (3.96 KB, patch)
2015-04-15 10:05 PDT, LRN
achristensen: review-
LRN
Comment 1 2015-04-15 10:05:14 PDT
Created attachment 250812 [details] 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) ^
Alex Christensen
Comment 2 2016-07-07 12:17:40 PDT
Comment on attachment 250812 [details] Silence two warnings in ANGLE This patch no longer applies to ParseContext.cpp. If the DependencyGraph.cpp change is still needed, please upload an updated patch.
Note You need to log in before you can comment on or make changes to this bug.