diff options
Diffstat (limited to 'test/failed_lib_descriptor.lv2')
-rw-r--r-- | test/failed_lib_descriptor.lv2/failed_lib_descriptor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c index 180c8ae..c7c08cf 100644 --- a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c +++ b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c @@ -23,5 +23,8 @@ LV2_SYMBOL_EXPORT const LV2_Lib_Descriptor* lv2_lib_descriptor(const char* bundle_path, const LV2_Feature* const* features) { + (void)bundle_path; + (void)features; + return NULL; } |