VST Plug-in with version 0.10.0 doesn't compile on Windows

In juce_CheckSettingsMacros.h:101 (and up to line 115), there are #warning pragmas. They cause compiler errors on Visual Studio (C1021 invalid preprocessor command).

I think JUCE_COMPILER_WARNING could be used to solve this.

Thanks. Fixed here: https://github.com/WeAreROLI/JUCE/commit/fd7b339e04f8de35cb5c74121b7a0da22600f216

1 Like

Great, thanks!