From 4d853fff2f8f79e896643ca02b566c0708262e98 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 20 Sep 2007 13:52:41 +0000 Subject: [PATCH] fix a warning for coldfire git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14779 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmafixed.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h index 0a6e8f61e0..8db1014a52 100644 --- a/apps/codecs/libwma/wmafixed.h +++ b/apps/codecs/libwma/wmafixed.h @@ -96,6 +96,8 @@ static inline int32_t fixmul32(int32_t x, int32_t y) ); return x; } + +fixed32 fixmul32b(fixed32 x, fixed32 y); #else fixed32 fixmul32(fixed32 x, fixed32 y);