From 1d2a45e348857f65cc7590b2e7f1b39c30216f92 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sat, 6 Jan 2018 23:00:54 +0900 Subject: fixed compiler warnings for sdl --- libopna/opnassg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libopna/opnassg.c') diff --git a/libopna/opnassg.c b/libopna/opnassg.c index ee6498a..404be59 100644 --- a/libopna/opnassg.c +++ b/libopna/opnassg.c @@ -316,6 +316,9 @@ void opna_ssg_mix_55466( } } } +#else + (void)oscillo; + (void)offset; #endif unsigned level[3] = {0}; for (int i = 0; i < samples; i++) { -- cgit v1.2.3