DescriptionMake 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290635
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|