lv2 / lilv

LV2 host library
ISC License
37 stars 20 forks source link

Fix building with --dyn-manifest in MSVC #16

Closed grejppi closed 5 years ago

grejppi commented 5 years ago

Fixes this error:

...\lilv\src\world.c(559): error C2440: 'initializing': cannot convert from 'void *' to 'LilvDynManifest *'
...\lilv\src\world.c(559): note: Conversion from 'void*' to pointer to non-'void' requires an explicit cast
drobilla commented 5 years ago

Oops. Soon CI will stop this sort of thing from happening...

Thanks!