diff options
| author | jvoisin | 2017-10-13 14:38:30 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-13 14:38:30 +0200 |
| commit | e8c0d1a35ac0b0f5c6b72740f25107b01ac13008 (patch) | |
| tree | 0045cbd66e7854d9c59cd66faf02abaebd0ab97f /src/sp_disabled_functions.c | |
| parent | d8ac16389f12bfa5217ad3f0088d7060da280b42 (diff) | |
Fix some pedantic warnings
Diffstat (limited to 'src/sp_disabled_functions.c')
| -rw-r--r-- | src/sp_disabled_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index 4ddb4af..758978c 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include "zend_execute.h" | 3 | #include "zend_execute.h" |
| 4 | #include "zend_hash.h" | 4 | #include "zend_hash.h" |
| 5 | 5 | ||
| 6 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus); | 6 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) |
| 7 | 7 | ||
| 8 | static zend_always_inline char* get_complete_function_path( | 8 | static zend_always_inline char* get_complete_function_path( |
| 9 | zend_execute_data const* const execute_data) { | 9 | zend_execute_data const* const execute_data) { |
