diff options
author | 2019-10-02 05:16:46 +0000 | |
---|---|---|
committer | 2019-10-02 05:16:46 +0000 | |
commit | 444c809bbccbc04eb7941f0366ebee5cb0e25aed (patch) | |
tree | cb2c7b6704eaef64a808010dff48bc22072472e2 | |
parent | fdc9afa15b1480221f7d2c1caa7fb3a7e564eece (diff) | |
parent | d0ce0fbfde6f692d35e57e3ead20d395d1b35b0e (diff) |
Merge "Remove -Wno-c++98-compat-extra-semi warning flag"
-rw-r--r-- | cc/config/clang.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/config/clang.go b/cc/config/clang.go index e59aa3791..71bea4263 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go @@ -163,10 +163,6 @@ func init() { // new warnings are fixed. "-Wno-tautological-constant-compare", "-Wno-tautological-type-limit-compare", - - // Disable c++98-specific warning since Android is not concerned with C++98 - // compatibility. - "-Wno-c++98-compat-extra-semi", }, " ")) // Extra cflags for projects under external/ directory to disable warnings that are infeasible |