From b2c1a04df85d310c2fe8f536b7397d9e933f0ef8 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Fri, 21 Mar 2014 11:12:17 +0100 Subject: [PATCH] OPL2: fixed various CLANG compiler warnings --- plugins/opl2/fmopl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/opl2/fmopl.c b/plugins/opl2/fmopl.c index db5180189..f6382b6cb 100644 --- a/plugins/opl2/fmopl.c +++ b/plugins/opl2/fmopl.c @@ -229,7 +229,7 @@ INT32 *ams_table; INT32 *vib_table; static INT32 amsIncr; static INT32 vibIncr; -static INT32 feedback2; /* connect for SLOT 2 */ +INT32 feedback2; /* connect for SLOT 2 */ /* log output level */ #define LOG_ERR 3 /* ERROR */