Skip to content

Commit

Permalink
Initialize aggr_key to pacify compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Dec 9, 2015
1 parent 1222337 commit db709d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdebug_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ function_stack_entry *xdebug_add_stack_frame(zend_execute_data *zdata, zend_op_a
int aggr_key_len = 0;
#if PHP_VERSION_ID >= 70000
int hit_variadic = 0;
zend_string *aggr_key_str;
zend_string *aggr_key_str = NULL;
#endif

#if PHP_VERSION_ID < 50500
Expand Down

0 comments on commit db709d7

Please sign in to comment.