Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 075cc44a authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Remove -Wno-thread-safety-negative"

parents 722b02f8 23d988d5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -139,9 +139,7 @@ func init() {

	pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{
		// Enable clang's thread-safety annotations in libcxx.
		// 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",