commit | 679280b2f29cd1503cdace855543f347b4313d92 | [log] [tgz] |
---|---|---|
author | apatrick@chromium.org <apatrick@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Thu May 31 22:41:21 2012 +0000 |
committer | apatrick@chromium.org <apatrick@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Thu May 31 22:41:21 2012 +0000 |
tree | d36182cffdfdff37f2f0fc21274239d15228d951 | |
parent | c745adb0b20dca8f0ac3c425733d51b3c5b623d3 [diff] [blame] |
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"