summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 21:33:03 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 21:33:03 +0000
commitdf891031f2d5bd26eccd180fea4deb4797dd7a60 (patch)
tree630e2bb0033b0fe08657823ca5b3670599114fe2 /third_party/sqlite
parente9a8c19f1f6af2cbfdde08a2884175e521bcef55 (diff)
downloadchromium_src-df891031f2d5bd26eccd180fea4deb4797dd7a60.zip
chromium_src-df891031f2d5bd26eccd180fea4deb4797dd7a60.tar.gz
chromium_src-df891031f2d5bd26eccd180fea4deb4797dd7a60.tar.bz2
Silence warnings in sqlite3.
TEST=none BUG=none Review URL: http://codereview.chromium.org/195009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r--third_party/sqlite/sqlite.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 62733df..c2cd656 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -194,6 +194,9 @@
'preprocessed',
],
},
+ 'msvs_disabled_warnings': [
+ 4018, 4244,
+ ],
'conditions': [
['OS=="win"', {
'sources/': [['exclude', '_unix\\.cc?$']],