Make YCM ignore unknown warning options.
After r290361, '-Wno-undefined-bool-conversion' and '-Wno-tautological-undefined-compare' are used to build Debug Chromium with Clang. The problem is these options were introduced in Clang 3.5, and latest YCM uses Clang 3.4. This caused compilation error "unknown warning option" in YCM for every "*.cc" file. Fixed by adding '-Wno-unknown-warning-option' to YCM compilation flags. BUG=none TEST=manually NOTRY=true Review URL: https://codereview.chromium.org/483643004 Cr-Commit-Position: refs/heads/master@{#290635} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290635 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment