Cleanup
[carla.git] / source / includes / vst3sdk / JUCE_README.md
blobd337f051b1271b0dbd86af3ff5a58d3c5b15b05f
1 This list details modifications made to the VST3 SDK in order to facilitate
2 inclusion in JUCE.
4 - `#warning` directives were removed from fstring.cpp, as these cannot be
5   silenced with a `pragma GCC diagnostic ignored "-Wcpp"` when building with
6   g++.