From 01f185633c1c12017731336e7f926fe398c69781 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 8 Apr 2015 17:29:00 -0700 Subject: Re-enable -Wall and -Werror that were lost in a merge -Wall and -Werror were lost during a merge when they were added to aaptCFLAGS instead of aaptCFlags. Fix the typo, and the warnings that crept in while it was disabled. Change-Id: Ib944b8d6149278e4f3861c1acac277bcd95cc7c2 --- tools/aapt/Images.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/aapt/Images.cpp') 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; -- cgit v1.2.3-59-g8ed1b