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

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

Merge "Turn on string-plus-int warning"

am: 5a3f31b2

Change-Id: I6e0e6a5a5d57a257edd3a62e89bf173b935abb4b
parents 74eef36e 5a3f31b2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -179,10 +179,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