Bug 143766

Summary: [W32][ANGLE] Warnings during the build
Product: WebKit Reporter: LRN <lrn1986>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, bfulgham, cgarcia, lrn1986
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 133028    
Attachments:
Description Flags
Silence two warnings in ANGLE achristensen: review-

Description LRN 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)
 ^
Comment 1 LRN 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)
 ^
Comment 2 Alex Christensen 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.