From d538d57803c7651a36a720eb4ae4d53fb0efacab Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 7 Dec 2016 18:35:49 +0300 Subject: Fix another Android NDK's warning (this member is already initialized in constructor!) --- src/adlmidi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi.cpp') diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index c248c91..6372f55 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -665,7 +665,7 @@ class MIDIplay activenotes() { } }; std::vector Ch; - bool cmf_percussion_mode = false; + bool cmf_percussion_mode; // Additional information about AdLib channels struct AdlChannel -- cgit v1.2.3