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
1 changed files with 1 additions and 0 deletions

View File

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