aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/adlmidi_opl3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp
index b4db049..16a481d 100644
--- a/src/adlmidi_opl3.cpp
+++ b/src/adlmidi_opl3.cpp
@@ -489,6 +489,7 @@ void OPL3::Reset(int emulator, unsigned long PCM_RATE)
#ifndef ADLMIDI_HW_OPL
ClearChips();
#endif
+ (void)emulator;
(void)PCM_RATE;
ins.clear();
pit.clear();