commit | a4daf0b4f934b800a49f199fb8c09409391c8fc0 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Jul 28 16:34:45 2014 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Tue Jul 29 15:45:38 2014 -0700 |
tree | f2b1f47f9c09d21d0eb22f1f78d10c766e7a1c11 | |
parent | 5fedaffddebd6b37f09cdc9804812945b9622498 [diff] [blame] |
Fix build warnings Change-Id: Ife5e40264f43fb3ccb40830228701003fe106bf5
diff --git a/services/audioflinger/tests/resampler_tests.cpp b/services/audioflinger/tests/resampler_tests.cpp index 169ce02..d6217ba 100644 --- a/services/audioflinger/tests/resampler_tests.cpp +++ b/services/audioflinger/tests/resampler_tests.cpp
@@ -60,7 +60,7 @@ int check = memcmp((const char*)reference + i * outputFrameSize, (const char*)test + i * outputFrameSize, outputFrameSize); if (check) { - ALOGE("Failure at frame %d", i); + ALOGE("Failure at frame %zu", i); ASSERT_EQ(check, 0); /* fails */ } }