commit | eaa200d9b8a28f1a23b6ded7875d2b8fca555254 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 05 16:30:31 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 05 16:35:50 2012 -0800 |
tree | f95f311b5909e680ad114825b33d1b507487e990 | |
parent | a10df0fd98f6ff81c5ec2639fb4e385b39c28845 [diff] |
Remove unnecessary casts. Also turn up strict-aliasing warnings to the maximum (and default!) level. Change-Id: I97f1d2c180ce515719f8c92d54b8a6ae6a6942c4
diff --git a/build/Android.common.mk b/build/Android.common.mk index f7e97a1..ac477a2 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -40,7 +40,7 @@ -Werror \ -Wextra \ -Wno-unused-parameter \ - -Wstrict-aliasing=2 \ + -Wstrict-aliasing=3 \ -fno-align-jumps \ -fstrict-aliasing