]> granicus.if.org Git - php/commitdiff
- Fix compiler warning
authorFelipe Pena <felipensp@gmail.com>
Sat, 16 Nov 2013 11:34:23 +0000 (09:34 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sat, 16 Nov 2013 11:34:23 +0000 (09:34 -0200)
phpdbg_utils.h

index 8077d8f236b38ab29dafa7311a9a329e81a975ed..badb4cb12d595de82f137d435452772a806e3dd9 100644 (file)
@@ -87,7 +87,7 @@ int phpdbg_print(int TSRMLS_DC, FILE*, const char*, ...);
 #if PHPDBG_DEBUG
 #   define phpdbg_debug(fmt, ...)           phpdbg_print(P_LOG   TSRMLS_CC, stderr, fmt, ##__VA_ARGS__)
 #else
-#   define phpdbg_debug
+#   define phpdbg_debug(fmt, ...)
 #endif
 
 /* {{{ For writing blank lines */