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

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

Merge "Revert "Remove unnecessary warning suppression""

parents acb51e10 afedf3bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -184,6 +184,9 @@ func init() {
		// compatibility.
		"-Wno-c++98-compat-extra-semi",

		// Disable this warning until we can fix all instances where it fails.
		"-Wno-self-assign-overloaded",

		// Disable this warning until we can fix all instances where it fails.
		"-Wno-constant-logical-operand",