[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:36 UTC 2009
The following commit has been merged in the master branch:
commit 8023753f62f65acb683e486d54323a52ade5e737
Author: Andres Mejia <mcitadel at gmail.com>
Date: Mon May 18 04:14:07 2009 -0400
Fix compiler warning.
Change OSCL_UNUSED_ARG to (void).
diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.cpp
index 83c7a71..6487366 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c1035pf.cpp
@@ -413,7 +413,7 @@ static void build_code(
Word16 *p_y;
Word16 *p_codvec;
- OSCL_UNUSED_ARG(pOverflow);
+ (void)(pOverflow);
oscl_memset(cod, 0, L_CODE*sizeof(*cod));
oscl_memset(indx, 0xFF, NB_TRACK*sizeof(*indx));
--
opencore-amr packaging
More information about the pkg-multimedia-commits
mailing list