diff options
author | 2015-04-09 00:49:55 +0000 | |
---|---|---|
committer | 2015-04-09 00:49:56 +0000 | |
commit | 1be312dfb02e86731da6ac54a39956db791f4978 (patch) | |
tree | 47a4996e85d477e1448a40a0ad486ce11cdbbd23 /tools/aapt/Images.cpp | |
parent | e8a3c320e658f6c7f8d1db3d8ad3c3f189c0f54e (diff) | |
parent | 01f185633c1c12017731336e7f926fe398c69781 (diff) |
Merge "Re-enable -Wall and -Werror that were lost in a merge"
Diffstat (limited to 'tools/aapt/Images.cpp')
-rw-r--r-- | tools/aapt/Images.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt/Images.cpp b/tools/aapt/Images.cpp index 063b4e6801a0..e4738f5eda7d 100644 --- a/tools/aapt/Images.cpp +++ b/tools/aapt/Images.cpp @@ -412,7 +412,6 @@ static void find_max_opacity(png_byte** rows, int startX, int startY, int endX, int endY, int dX, int dY, int* out_inset) { - bool opaque_within_inset = true; uint8_t max_opacity = 0; int inset = 0; *out_inset = 0; |