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

Commit 2c3bb705 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Prepare to build clang-r468909"

parents 383e29bc ec450d91
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -290,7 +290,12 @@ var (
		"-Wno-deprecated-non-prototype",
	}

	llvmNextExtraCommonGlobalCflags = []string{}
	llvmNextExtraCommonGlobalCflags = []string{
		// New warnings to be fixed after clang-r468909
		"-Wno-error=array-parameter",     // http://b/241941550
		"-Wno-error=deprecated-builtins", // http://b/241601211
		"-Wno-error=deprecated",          // in external/googletest/googletest
	}

	IllegalFlags = []string{
		"-w",