summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/WeightedGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/WeightedGraph.cpp')
-rw-r--r--cpp/src/IceStorm/WeightedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/WeightedGraph.cpp b/cpp/src/IceStorm/WeightedGraph.cpp
index 2a6eb94ee3c..1a383578b54 100644
--- a/cpp/src/IceStorm/WeightedGraph.cpp
+++ b/cpp/src/IceStorm/WeightedGraph.cpp
@@ -20,7 +20,7 @@ using namespace IceStorm;
namespace IceStorm
{
-#ifdef _WIN32
+#ifdef _MSC_VER
# pragma warning(disable:4786)
#endif