[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 02d84061b9660d77b2965bfe453bbd3d7fd4b5be
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 15:36:31 2009 -0400

    Fix compiler warnings.
    
    Define OSCL_UNUSED_ARG as (void) in oscl/oscl_base.h.

diff --git a/oscl/oscl_base.h b/oscl/oscl_base.h
index 5a336be..a746c7b 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
+#define OSCL_UNUSED_ARG (void)
 
 #endif

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list