summaryrefslogtreecommitdiffstats
path: root/third_party/smhasher
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/smhasher')
-rw-r--r--third_party/smhasher/smhasher.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/smhasher/smhasher.gyp b/third_party/smhasher/smhasher.gyp
index 5f0486c..cad864e 100644
--- a/third_party/smhasher/smhasher.gyp
+++ b/third_party/smhasher/smhasher.gyp
@@ -27,6 +27,10 @@
'src/City.cpp',
'src/City.h',
],
+ # TODO(jschuh): http://code.google.com/p/smhasher/issues/detail?id=19
+ 'msvs_disabled_warnings': [
+ 4267,
+ ],
},
],
}