[PATCH] D52524: Add -Wno-poison-system-directories flag
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 19:26:08 PDT 2019
thakis added a comment.
Wouldn't those projects just move to also disabling the warning by passing -Wno-poison-system-directories? If there are projects that are actively adding -I/usr/include, that means they're consciously fighting the build system and you've kind of already lost, no? Can't you tell them to not use -I/usr/include?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52524/new/
https://reviews.llvm.org/D52524
More information about the cfe-commits
mailing list