Merge "libprocessgroup: add -Wexit-time-destructors."

This commit is contained in:
Elliott Hughes 2019-03-27 15:42:02 +00:00 committed by Gerrit Code Review
commit 3312ca7e04

View file

@ -45,5 +45,6 @@ cc_library {
cflags: [ cflags: [
"-Wall", "-Wall",
"-Werror", "-Werror",
"-Wexit-time-destructors",
], ],
} }