Merge "Revert "Remove unnecessary warning suppression"" am: cf492adb34 am: 1e8681d22f

am: ec10bb5d51

Change-Id: Ief86ddc75dbe998596f2ec8db23cb048fe0ba4c2
This commit is contained in:
Yi Kong
2018-11-30 15:52:51 -08:00
committed by android-build-merger

View File

@@ -179,6 +179,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",