Browse Source

Changed warning into error

pull/244/head
BramGiesen 5 years ago
parent
commit
20d3d02968
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      distrho/src/DistrhoPluginLADSPA+DSSI.cpp

+ 4
- 3
distrho/src/DistrhoPluginLADSPA+DSSI.cpp View File

@@ -20,6 +20,10 @@
# error Cannot use MIDI Output with LADSPA or DSSI
#endif

#if DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST
# error LADSPA/DSSI does not support request parameter change functionality
#endif

#ifdef DISTRHO_PLUGIN_TARGET_DSSI
# include "dssi/dssi.h"
# if DISTRHO_PLUGIN_WANT_MIDI_OUTPUT
@@ -39,9 +43,6 @@
# warning LADSPA/DSSI does not support TimePos
#endif

#if DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST
# warning LADSPA/DSSI does not support request parameter change functionality
#endif

START_NAMESPACE_DISTRHO



Loading…
Cancel
Save