Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be87d447 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libprocessgroup: add -Wexit-time-destructors.

Exit time destructors already caused trouble (see
dba6d443), and without this warning,
it's too easy to reintroduce issues.

Bug: 129023204
Test: builds
Change-Id: If5fb4d0c11c74ba4971bb218059c6d37edeaf4df
parent f959fffc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@ cc_library {
    cflags: [
        "-Wall",
        "-Werror",
        "-Wexit-time-destructors",
    ],
}