[SCM] opencore-amr packaging branch, master, updated. debian/0.1-40-g85fa493
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Mon May 18 08:53:51 UTC 2009
The following commit has been merged in the master branch:
commit 938cd5f641140127e956ef9ad17da06e2ff4b26d
Author: Andres Mejia <mcitadel at gmail.com>
Date: Mon May 18 04:11:08 2009 -0400
Fix compiler warning.
Change OSCL_UNUSED_ARG to (void)
diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.cpp
index b685b5e..11f8383 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/sp_dec.cpp
@@ -245,7 +245,7 @@ Word16 GSMInitDecode(void **state_data,
Word8 * id)
{
Speech_Decode_FrameState* s;
- OSCL_UNUSED_ARG(id);
+ (void)(id);
if (state_data == NULL)
{
--
opencore-amr packaging
More information about the pkg-multimedia-commits
mailing list