ref: c37bc1969be3955f877f6af005dd841b68f457d5
parent: 2f169662056f89e87829a2e356071d6098fbc13f
author: Paul Brossier <piem@piem.org>
date: Sat Jun 29 11:55:29 EDT 2019
[priv] use {} for no-op macro when debug is not enabled
--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -250,7 +250,7 @@
#define AUBIO_DBG _AUBIO_DBG
#else
// disable debug output
-#define AUBIO_DBG(format, args...)
+#define AUBIO_DBG(format, args...) {}
#endif
#define AUBIO_ERROR AUBIO_ERR