mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Remove 550+ compile warnings on OS X
This commit is contained in:
commit
e39cc57bbd
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[] TSRMLS_D
|
|||
if ((dbg_obj2)) { \
|
||||
dbg_skip_trace |= !(dbg_obj2)->m->func_enter((dbg_obj2), __LINE__, __FILE__, func_name, strlen(func_name)); \
|
||||
} \
|
||||
if (dbg_skip_trace); /* shut compiler's mouth */\
|
||||
if (dbg_skip_trace) \
|
||||
/* EMPTY */ ; /* shut compiler's mouth */ \
|
||||
do { \
|
||||
if (((dbg_obj1) && (dbg_obj1)->flags & MYSQLND_DEBUG_PROFILE_CALLS) || \
|
||||
((dbg_obj2) && (dbg_obj2)->flags & MYSQLND_DEBUG_PROFILE_CALLS)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue