summaryrefslogtreecommitdiffstats
path: root/third_party/smhasher
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-27 23:44:40 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-27 23:44:40 +0000
commitadba96b00a7e663251c6d5039dc371a674b03daf (patch)
treef87e991098b0ea2487892d6b85894f09fa00159f /third_party/smhasher
parentf7f53c075655a43d226d8e7e0acaa4a5c37a2644 (diff)
downloadchromium_src-adba96b00a7e663251c6d5039dc371a674b03daf.zip
chromium_src-adba96b00a7e663251c6d5039dc371a674b03daf.tar.gz
chromium_src-adba96b00a7e663251c6d5039dc371a674b03daf.tar.bz2
Make smhasher compile on Win64
BUG=167187 TBR=bryner Review URL: https://chromiumcodereview.appspot.com/11570068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174709 0039d316-1c4b-4281-b951-d872f2087c98
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,
+ ],
},
],
}