diff options
Diffstat (limited to 'src/sp_config_scanner.re')
| -rw-r--r-- | src/sp_config_scanner.re | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_config_scanner.re b/src/sp_config_scanner.re index 9f1ac2b..6a14a11 100644 --- a/src/sp_config_scanner.re +++ b/src/sp_config_scanner.re | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #include "php_snuffleupagus.h" | 1 | #include "php_snuffleupagus.h" |
| 2 | 2 | ||
| 3 | #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" | ||
| 4 | |||
| 3 | /*!types:re2c*/ | 5 | /*!types:re2c*/ |
| 4 | 6 | ||
| 5 | #define cs_log_error(fmt, ...) sp_log_err("config", fmt, ##__VA_ARGS__) | 7 | #define cs_log_error(fmt, ...) sp_log_err("config", fmt, ##__VA_ARGS__) |
