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

Commit 7b504bf5 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Turn on string-plus-int warning" am: 5a3f31b2 am: abc02592

am: ca71f335

Change-Id: Ifd8a14ac5e971e20a85eda86e1aec1ee16c357ae
parents 7ce50030 ca71f335
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -173,10 +173,6 @@ func init() {

		// Disable this warning because we don't care about behavior with older compilers.
		"-Wno-return-std-move-in-c++11",

		// Disable -Wstring-plus-int until the instances detected by this new warning is
		// fixed.
		"-Wno-string-plus-int",
	}, " "))

	// Extra cflags for projects under external/ directory to disable warnings that are infeasible