clang-cl does support '-Wmissing-include-dirs' (unlike msvc), but doesn't (currently) support '/ZI' (which is used by the default 'debug' buildtype), the presence of which will cause an 'unknown-argument' warning, which is treated as an error with 'Werror'. Adjust the default buildtype so this test can pass with clang-clpull/4250/head
parent
d528a8d281
commit
ac17f168ea
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue