Descriptionwin: Do not add directories already in %INCLUDE% to msvs_system_include_dirs.
clang-cl honors INCLUDE and treats it as system include directory,
but if the same directory is also included through -I that apparently
overwrites the system-ness. So don't add INCLUDE directories in gyp,
so that warnings in them aren't printed.
Should fix over 1900 -Wextern-initializer warnings on the clang/win bot.
Depends on a new toolchain package that's built with
https://codereview.chromium.org/393233004/ applied.
BUG=395405
Patch Set 1 #Patch Set 2 : hmm #Messages
Total messages: 7 (0 generated)
|