diff options
| author | 2018-12-04 09:30:54 +0000 | |
|---|---|---|
| committer | 2018-12-04 09:30:54 +0000 | |
| commit | 3a33fe535eb6ee4f67b9840cf28a33e3d9edbdee (patch) | |
| tree | 77ceab54fabfddcfe283dfb6aa2ef49a8e67b6ca | |
| parent | 2098eb8c2ab0313855c3715369658fee9b6e4383 (diff) | |
| parent | 734a07c66dffdb6bdcddd7ac5a354695ca974f5a (diff) | |
Merge "Revert "Revert "Remove unnecessary warning suppression"""
| -rw-r--r-- | cc/config/clang.go | 3 |
1 files changed, 0 insertions, 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 @@ -185,9 +185,6 @@ func init() { "-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", // Disable this warning because we don't care about behavior with older compilers. |