diff --git a/cc/config/clang.go b/cc/config/clang.go index 6269f1e30..e43b4a3a1 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go @@ -184,9 +184,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 to disable warnings that are infeasible