free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

AUv2 release build fails #227

Closed u-he-frank closed 6 months ago

u-he-frank commented 6 months ago

https://github.com/free-audio/clap-wrapper/blob/3ea56d943b157fd61bd6c4f0dedb477951d66b31/src/wrapasauv2.cpp#L955-L956

assert is not working in release builds and therefore line 955 produces an undefined variable. With llvm options [-Werror,-Wunused-variable] the release build fails.

baconpaul commented 6 months ago

Thanks for the fix in #228