repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup
[carla.git]
/
source
/
includes
/
vst3sdk
/
JUCE_README.md
blob
d337f051b1271b0dbd86af3ff5a58d3c5b15b05f
1
This list details modifications made to the VST3 SDK in order to facilitate
2
inclusion in JUCE.
3
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++.