Merge "Enable -Wexit-time-destructor for all targets"
This commit is contained in:
commit
07adf8b856
1 changed files with 1 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ cc_defaults {
|
|||
"test_utils.cpp",
|
||||
],
|
||||
|
||||
cppflags: ["-Wexit-time-destructors"],
|
||||
shared_libs: ["liblog"],
|
||||
target: {
|
||||
android: {
|
||||
|
|
@ -68,13 +69,11 @@ cc_defaults {
|
|||
srcs: [
|
||||
"errors_unix.cpp",
|
||||
],
|
||||
cppflags: ["-Wexit-time-destructors"],
|
||||
},
|
||||
darwin: {
|
||||
srcs: [
|
||||
"errors_unix.cpp",
|
||||
],
|
||||
cppflags: ["-Wexit-time-destructors"],
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue