From: George Peter Banyard Date: Sun, 12 Apr 2020 19:10:03 +0000 (+0200) Subject: Fix [-Wempty-body] compiler warning in Phar extension X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=422c8390a01ce9b6f612e0183bd0e4500c0608be;p=php Fix [-Wempty-body] compiler warning in Phar extension --- diff --git a/ext/phar/phar_path_check.re b/ext/phar/phar_path_check.re index ed532dfe6b..08277b30c2 100644 --- a/ext/phar/phar_path_check.re +++ b/ext/phar/phar_path_check.re @@ -35,7 +35,7 @@ phar_path_check_result phar_path_check(char **s, size_t *len, const char **error #define YYCURSOR p #define YYLIMIT p+*len #define YYMARKER m -#define YYFILL(n) +#define YYFILL(n) do {} while (0) loop: /*!re2c