From c77348f78031afa9d5c3f71e22a0cc3aaa795107 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 28 Dec 2018 07:16:03 -0500 Subject: Another attempt to silence the warble build warning on 32-bit hosts Change-Id: Ib83ce41582b18641badb389c3871e501c8be697f --- lib/rbcodec/codecs/librm/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/codecs/librm/rm.c') diff --git a/lib/rbcodec/codecs/librm/rm.c b/lib/rbcodec/codecs/librm/rm.c index 87474e4482..318a9d0a2f 100644 --- a/lib/rbcodec/codecs/librm/rm.c +++ b/lib/rbcodec/codecs/librm/rm.c @@ -604,6 +604,6 @@ void dump_rm_context(RMContext *rmctx) DEBUGF("block_align = %u\n", rmctx->block_align); DEBUGF("nb_channels = %u\n", rmctx->nb_channels); DEBUGF("sample_rate = %u\n", rmctx->sample_rate); - DEBUGF("bit_rate = %lu\n", rmctx->bit_rate ); + DEBUGF("bit_rate = %zu\n", rmctx->bit_rate ); } #endif -- cgit v1.2.3