Browse Source

Fix unused variable

pull/6/head
falkTX 9 years ago
parent
commit
8e7dcb4358
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      distrho/src/DistrhoPluginVST.cpp

+ 2
- 0
distrho/src/DistrhoPluginVST.cpp View File

@@ -340,7 +340,9 @@ public:


intptr_t vst_dispatcher(const int32_t opcode, const int32_t index, const intptr_t value, void* const ptr, const float opt) intptr_t vst_dispatcher(const int32_t opcode, const int32_t index, const intptr_t value, void* const ptr, const float opt)
{ {
#if DISTRHO_PLUGIN_WANT_STATE
intptr_t ret = 0; intptr_t ret = 0;
#endif


switch (opcode) switch (opcode)
{ {


Loading…
Cancel
Save