Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: third_party/sqlite/sqlite.vsprops

Issue 16584: Reduce the number of warnings in third party code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/build/libxml.vsprops ('k') | webkit/build/WebCore/webcore.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.vsprops
===================================================================
--- third_party/sqlite/sqlite.vsprops (revision 7667)
+++ third_party/sqlite/sqlite.vsprops (working copy)
@@ -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>
« no previous file with comments | « third_party/libxml/build/libxml.vsprops ('k') | webkit/build/WebCore/webcore.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698