Getting warning “include location '/usr/local/include' is unsafe for cross-compilation” every time I try to compile using `clang -Weverything`
问题 Apologies if this question isn't clear, I'm struggling to even start debugging this issue. I'm on macOS and I'm now getting the following error / warning every time I compile C programs using clang with -Weverything and -Werror flags: error: include location '/usr/local/include' is unsafe for cross-compilation [-Werror,-Wpoison-system-directories] Initially I thought this was an issue related to my code, but I discovered that this error now occurs with every program I try to compile. I've