Corrected the LV2_DEBUG macro in release mode

This commit is contained in:
Paul Ferrand 2019-12-15 21:11:25 +01:00
parent 4916b94fc3
commit f4595d278c

View file

@ -72,7 +72,7 @@
#ifndef NDEBUG
#define LV2_DEBUG(...) lv2_log_note(&self->logger, "[DEBUG] " __VA_ARGS__)
#else
#define LV2_DEBUG(printargs)
#define LV2_DEBUG(...)
#endif
typedef struct