From 9bce209f6a1ff8a8f5d7f4362d88fac4fc02985b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Aug 2022 07:35:52 +0200 Subject: duplicate v4 --- swoole-build.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 swoole-build.patch (limited to 'swoole-build.patch') diff --git a/swoole-build.patch b/swoole-build.patch new file mode 100644 index 0000000..5ee6e39 --- /dev/null +++ b/swoole-build.patch @@ -0,0 +1,14 @@ +diff --git a/include/swoole_string.h b/include/swoole_string.h +index 4affbac81..f80890c46 100644 +--- a/include/swoole_string.h ++++ b/include/swoole_string.h +@@ -25,6 +25,9 @@ + #define SW_STRINGS(s) s->str, s->size + #define SW_STRINGCVL(s) s->str + s->offset, s->length - s->offset + ++/* see https://github.com/swoole/swoole-src/issues/4693 */ ++#pragma GCC diagnostic ignored "-Wformat-security" ++ + namespace swoole { + + typedef std::function StringExplodeHandler; -- cgit