summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libwma/wmafixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmafixed.c b/apps/codecs/libwma/wmafixed.c
index 6cb3d3c4a6..45a827af15 100644
--- a/apps/codecs/libwma/wmafixed.c
+++ b/apps/codecs/libwma/wmafixed.c
@@ -56,7 +56,7 @@ fixed64 Fixed32To64(fixed32 x)
56 56
57 57
58#elif defined(CPU_COLDFIRE) 58#elif defined(CPU_COLDFIRE)
59static inline int32_t fixmul32(int32_t x, int32_t y) 59inline int32_t fixmul32(int32_t x, int32_t y)
60{ 60{
61#if PRECISION != 16 61#if PRECISION != 16
62#warning Coldfire fixmul32() only works for PRECISION == 16 62#warning Coldfire fixmul32() only works for PRECISION == 16