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

Commit 5a3f31b2 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "Turn on string-plus-int warning"

parents 3c21c0b1 2a51b3fe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -178,10 +178,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