diff options
author | Colin Cross <ccross@android.com> | 2014-03-18 16:18:27 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2014-03-18 16:18:27 -0700 |
commit | 67c036a3faada8b77d73cf81bd1b0be4cb60c562 (patch) | |
tree | d2b91f9af4242f913673ceb1b42105ed820ac3b4 /libvideoeditor | |
parent | 77658a069c81a0d5b4a1b81443b470a3ea64cab0 (diff) | |
download | frameworks_av-67c036a3faada8b77d73cf81bd1b0be4cb60c562.zip frameworks_av-67c036a3faada8b77d73cf81bd1b0be4cb60c562.tar.gz frameworks_av-67c036a3faada8b77d73cf81bd1b0be4cb60c562.tar.bz2 |
libstagefright_foundation: fix printf format for 64-bit
Fixes build error:
frameworks/av/media/libstagefright/foundation/ANetworkSession.cpp:582:131: error: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Werror=format=]
ALOGI("%d datagrams remain queued.", mOutFragments.size());
^
cc1plus: all warnings being treated as errors
Change-Id: I69d1f086b8f1e450f107671c8f8f3ed696d170b4
Diffstat (limited to 'libvideoeditor')
0 files changed, 0 insertions, 0 deletions