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

Commit afedf3bd authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Revert "Remove unnecessary warning suppression"

This reverts commit ee53a98e.

Reason for revert: build break

Change-Id: I065b702d6eaa2e72d47a2b7a404fdd7fe51661c3
parent ee53a98e
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",