summaryrefslogtreecommitdiff
path: root/ex_imp.c
diff options
context:
space:
mode:
authorStefan Esser2014-02-12 19:54:50 +0100
committerStefan Esser2014-02-12 19:54:50 +0100
commit80abd49293bfb34f71f96214d615b1bfbc148928 (patch)
tree96bb8713580271b597bbbad9abd3c864ba1d3343 /ex_imp.c
parent0d720940a4eb2f26a49de1bffcea6ecaf2938808 (diff)
Silence all compiler warnings
Diffstat (limited to 'ex_imp.c')
-rw-r--r--ex_imp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex_imp.c b/ex_imp.c
index a6397da..3325e43 100644
--- a/ex_imp.c
+++ b/ex_imp.c
@@ -463,7 +463,7 @@ static int copy_request_variable(void *pDest TSRMLS_DC, int num_args, va_list ar
463 } 463 }
464 464
465 if (hash_key->nKeyLength) { 465 if (hash_key->nKeyLength) {
466 php_prefix_varname(&new_key, prefix, hash_key->arKey, hash_key->nKeyLength - 1, 0 TSRMLS_CC); 466 php_prefix_varname(&new_key, prefix, (char *)hash_key->arKey, hash_key->nKeyLength - 1, 0 TSRMLS_CC);
467 } else { 467 } else {
468 zval num; 468 zval num;
469 469