diff options
| author | jvoisin | 2022-05-15 16:48:48 +0200 |
|---|---|---|
| committer | jvoisin | 2022-05-15 16:48:48 +0200 |
| commit | 6e853a21c008f1a8a366e41cf25a24cf97f54764 (patch) | |
| tree | 2cb1032e4a2c5b74028a369d835c221a76284208 /src/sp_config_scanner.re | |
| parent | 618e675b5d1cb2099464a198a568a129616164b0 (diff) | |
Silence a false positive in gcc
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__) |
