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

Unified Diff: webkit/build/WebCore/webcore.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/sqlite/sqlite.vsprops ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/webcore.vsprops
===================================================================
--- webkit/build/WebCore/webcore.vsprops (revision 7667)
+++ webkit/build/WebCore/webcore.vsprops (working copy)
@@ -8,6 +8,6 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="__PRETTY_FUNCTION__=__FUNCTION__;DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2"
- DisableSpecificWarnings="4138; 4244; 4291; 4305; 4355; 4521; 4099;"
+ DisableSpecificWarnings="4138; 4244; 4291; 4305; 4344; 4355; 4521; 4099;"
/>
</VisualStudioPropertySheet>
« no previous file with comments | « third_party/sqlite/sqlite.vsprops ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698