Chromium Code Reviews
DescriptionSuppress leveldb recursion warning on official builds
VS 2015 issues this warning on official builds of some targets:
warning C4717: 'leveldb::InternalFilterPolicy::CreateFilter': recursive on all control paths
However this not actually a problem. Suppressing the warning allows all
targets to build in official gn builds.
The problem was solved on gyp builds by disabling WarnAsError on
official builds. This fix seems cleaner.
BUG=620018
Committed: https://crrev.com/d3a998e1c84c2162c79852454ab8944177fccaa7
Cr-Commit-Position: refs/heads/master@{#399992}
Patch Set 1 #
Messages
Total messages: 13 (5 generated)
|
|||||||||||||||||||