diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 21:33:03 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 21:33:03 +0000 |
commit | df891031f2d5bd26eccd180fea4deb4797dd7a60 (patch) | |
tree | 630e2bb0033b0fe08657823ca5b3670599114fe2 /third_party/sqlite | |
parent | e9a8c19f1f6af2cbfdde08a2884175e521bcef55 (diff) | |
download | chromium_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.gyp | 3 |
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?$']], |