summaryrefslogtreecommitdiffstats
path: root/media/img_utils/src/TiffEntryImpl.cpp
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2014-05-17 01:09:04 -0700
committerRuben Brunk <rubenbrunk@google.com>2014-05-17 08:10:19 +0000
commit272b7f26c300d2029f278cf2af523cf94e513b89 (patch)
treed0c676b5575138fa0c096c3fa3ba9897806dc5e8 /media/img_utils/src/TiffEntryImpl.cpp
parent22fcacaf30e157037e6651241c7b3a45f075daa0 (diff)
downloadframeworks_av-272b7f26c300d2029f278cf2af523cf94e513b89.zip
frameworks_av-272b7f26c300d2029f278cf2af523cf94e513b89.tar.gz
frameworks_av-272b7f26c300d2029f278cf2af523cf94e513b89.tar.bz2
Fix warnings, re-enable -Werror.
Change-Id: Ic6b1a10f46f980f9a9d8d130600419a792703c44
Diffstat (limited to 'media/img_utils/src/TiffEntryImpl.cpp')
-rw-r--r--media/img_utils/src/TiffEntryImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/img_utils/src/TiffEntryImpl.cpp b/media/img_utils/src/TiffEntryImpl.cpp
index 2052ceb..6efa458 100644
--- a/media/img_utils/src/TiffEntryImpl.cpp
+++ b/media/img_utils/src/TiffEntryImpl.cpp
@@ -23,7 +23,7 @@ namespace android {
namespace img_utils {
template<>
-uint32_t TiffEntryImpl<TiffIfd>::getSize() const {
+size_t TiffEntryImpl<TiffIfd>::getSize() const {
uint32_t total = 0;
for (uint32_t i = 0; i < mCount; ++i) {
total += mData[i].getSize();