Fix #define DPRINTF to avoid warnings
authorTim Rühsen <tim.ruehsen@gmx.de>
Fri, 11 Mar 2016 11:59:31 +0000 (12:59 +0100)
committerTim Rühsen <tim.ruehsen@gmx.de>
Fri, 11 Mar 2016 11:59:31 +0000 (12:59 +0100)
include/quick-der/api.h

index 78e4a28..7584c0c 100644 (file)
@@ -12,7 +12,7 @@
 #  include <stdio.h>
 #  define DPRINTF printf
 #else
-#  define DPRINTF
+#  define DPRINTF(...)
 #endif