Fix gyp build and disable warning that is an error in Chrome.
Review URL: https://codereview.appspot.com/6260063

git-svn-id: https://angleproject.googlecode.com/svn/trunk@1127 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/depgraph/DependencyGraph.cpp b/src/compiler/depgraph/DependencyGraph.cpp
index 0f1ae79..9b69cc6 100644
--- a/src/compiler/depgraph/DependencyGraph.cpp
+++ b/src/compiler/depgraph/DependencyGraph.cpp
@@ -4,6 +4,8 @@
 // found in the LICENSE file.
 //
 
+#pragma warning(disable: 4718)
+
 #include "compiler/depgraph/DependencyGraph.h"
 #include "compiler/depgraph/DependencyGraphBuilder.h"