Merge "Disable a warning that libc++'s headers trip."
am: 1d29875829
Change-Id: I4c7c14f2634dcda7edf6f5348654fd3094f71881
This commit is contained in:
@@ -135,6 +135,9 @@ func init() {
|
||||
// Turn off -Wthread-safety-negative, to avoid breaking projects that use -Weverything.
|
||||
"-D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS",
|
||||
"-Wno-thread-safety-negative",
|
||||
|
||||
// libc++'s math.h has an #include_next outside of system_headers.
|
||||
"-Wno-gnu-include-next",
|
||||
}, " "))
|
||||
|
||||
pctx.StaticVariable("ClangExtraTargetCflags", strings.Join([]string{
|
||||
|
Reference in New Issue
Block a user