commit | c7fe0600cc14f0324e8f603309c92263aefb7193 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Mar 13 14:13:29 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Mar 13 14:13:29 2017 -0700 |
tree | c486ef25b49119623c5955db601439d56a1dc00a | |
parent | f161e00289378e87b345412f182617a57742e604 [diff] [blame] |
crash_dump: fix warnings, turn on -Werror. Test: mma Change-Id: I0722fef7b513be976cbbe89f73e8bb7138a80442
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index af84be9..b385ea5 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp
@@ -3,7 +3,7 @@ cflags: [ "-Wall", "-Wextra", - "-Wno-error", + "-Werror", "-Wno-nullability-completeness", "-Os", ],