From d218df1b2fa65dc06bd30dfad8359ca1442102fe Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 6 Dec 2018 16:43:55 -0800 Subject: [PATCH] Remove unneeded -Wno-dangling-field flag Test: m checkbuild Change-Id: I4867fb80ffa901d4fef96b315cd114e6f9b82476 --- cc/config/clang.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cc/config/clang.go b/cc/config/clang.go index ae13fa2d1..6996680d7 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go @@ -189,9 +189,6 @@ func init() { // Disable this warning because we don't care about behavior with older compilers. "-Wno-return-std-move-in-c++11", - - // Disable this warning until we can fix all instances where it fails. - "-Wno-dangling-field", }, " ")) // Extra cflags for projects under external/ directory