Merge "Remove unnecessary warning suppression" am: da5cf6a7f3

am: 779ec3a2dc

Change-Id: I581200aa4df67c8ab7076bfbfa9b110b8c15e5ec
This commit is contained in:
Yi Kong 2018-11-30 12:05:28 -08:00 committed by android-build-merger
commit a9c6ec0c95

View file

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