diff options
| author | Stefan Esser | 2014-02-12 19:54:50 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 19:54:50 +0100 |
| commit | 80abd49293bfb34f71f96214d615b1bfbc148928 (patch) | |
| tree | 96bb8713580271b597bbbad9abd3c864ba1d3343 /ex_imp.c | |
| parent | 0d720940a4eb2f26a49de1bffcea6ecaf2938808 (diff) | |
Silence all compiler warnings
Diffstat (limited to 'ex_imp.c')
| -rw-r--r-- | ex_imp.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
