commit | 272b7f26c300d2029f278cf2af523cf94e513b89 | [log] [tgz] |
---|---|---|
author | Ruben Brunk <rubenbrunk@google.com> | Sat May 17 01:09:04 2014 -0700 |
committer | Ruben Brunk <rubenbrunk@google.com> | Sat May 17 08:10:19 2014 +0000 |
tree | d0c676b5575138fa0c096c3fa3ba9897806dc5e8 | |
parent | 22fcacaf30e157037e6651241c7b3a45f075daa0 [diff] [blame] |
Fix warnings, re-enable -Werror. Change-Id: Ic6b1a10f46f980f9a9d8d130600419a792703c44
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 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();