[SOLVED] VS2013 warning in juce_VST_Wrapper.cpp

juce_vst_wrapper.cpp(323): warning C4127: conditional expression is constant (…\JuceLibraryCode\juce_audio_plugin_client_VST2.cpp)

if (JucePlugin_IsSynth != 0)
vstEffect.flags |= vstEffectFlagIsSynth;

This should probably be a preprocessor statement instead.

Thanks for the report.

Fixed on develop.

1 Like