From ee53a98e3123ae40781c7fadd1ee3ba11935a5f8 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Mon, 29 Oct 2018 02:01:39 -0700 Subject: [PATCH] Remove unnecessary warning suppression All instances of no-self-assign-overloaded warning have been fixed, remove the suppression flag. Test: m checkbuild Change-Id: I70d9d6f721b36ebb5c3974893f79a09e4b1d1f4d --- cc/config/clang.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cc/config/clang.go b/cc/config/clang.go index 0f22034f9..89e567dcb 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go @@ -184,9 +184,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",