Skip to content

Commit

Permalink
Fix compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Sep 9, 2012
1 parent 6f089b3 commit 5aa72a1
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion yaf_loader.c
Original file line number Diff line number Diff line change
@@ -328,7 +328,7 @@ static void yaf_suppress_include_warning(int error_num, const char *error_filena
TSRMLS_FETCH();
if (YAF_G(suppressing_warning) && error_num == E_WARNING) {
char buffer[1024];
int buffer_len, display;
int buffer_len;
va_list copy;

/* va_copy() is __va_copy() in old gcc versions.
1 change: 1 addition & 0 deletions yaf_response.c
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
#include "php.h"
#include "php_ini.h"
#include "main/SAPI.h"
#include "ext/standard/php_string.h" /* for php_implode */
#include "Zend/zend_interfaces.h"

#include "php_yaf.h"

0 comments on commit 5aa72a1

Please sign in to comment.