summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:14:26 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:14:26 +0000
commit9602d040b8a0bdb25a67ac20c0f2a11cb4e86553 (patch)
tree6eac2dbfa9f346ded1a0d20647b9d5b4e2141ee5 /third_party/sqlite
parentb7cc9c171bf50583872e1363f6f1a58f8d798516 (diff)
downloadchromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.zip
chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.gz
chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.bz2
Reduce the number of warnings in third party code.
Review URL: http://codereview.chromium.org/16584 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r--third_party/sqlite/sqlite.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.vsprops b/third_party/sqlite/sqlite.vsprops
index 45f926a..3d87960 100644
--- a/third_party/sqlite/sqlite.vsprops
+++ b/third_party/sqlite/sqlite.vsprops
@@ -7,6 +7,6 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="SQLITE_ENABLE_FTS2;SQLITE_ENABLE_BROKEN_FTS2;SQLITE_ENABLE_ICU;SQLITE_SECURE_DELETE;THREADSAFE;_CRT_NONSTDC_NO_DEPRECATE"
- DisableSpecificWarnings="4244"
+ DisableSpecificWarnings="4018;4090;4244"
/>
</VisualStudioPropertySheet>