[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:40 UTC 2009


The following commit has been merged in the master branch:
commit 7b1b9a38211b3d24d7e546c1f8314e17eea73391
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 23:21:20 2009 -0400

    Use suggested change from Martin in defining OSCL_UNUSED_ARG.

diff --git a/oscl/oscl_base.h b/oscl/oscl_base.h
index a746c7b..93e8246 100644
--- a/oscl/oscl_base.h
+++ b/oscl/oscl_base.h
@@ -32,6 +32,6 @@ typedef uint64_t uint64;
 
 #define OSCL_IMPORT_REF
 #define OSCL_EXPORT_REF
-#define OSCL_UNUSED_ARG (void)
+#define OSCL_UNUSED_ARG(x) (void)(x)
 
 #endif

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list