Revert "Remove unnecessary warning suppression"

This reverts commit ee53a98e31.

Reason for revert: build break

Change-Id: I065b702d6eaa2e72d47a2b7a404fdd7fe51661c3
This commit is contained in:
Vishnu Nair
2018-11-30 21:01:30 +00:00
parent ee53a98e31
commit afedf3bdc9

View File

@@ -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",