summaryrefslogtreecommitdiffstats
path: root/swoole-build.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-23 08:35:08 +0100
committerRemi Collet <remi@php.net>2023-02-23 08:35:08 +0100
commit5fec82896f8b61c303800f9d8d6740b6fe2f6e65 (patch)
tree5e995ca601a003cd5ed287ab388bf42df8202222 /swoole-build.patch
parent10524984cdc4c499d8fc73ca966419ace9c8472a (diff)
update to 4.8.13HEADmaster
drop patch merged upstream
Diffstat (limited to 'swoole-build.patch')
-rw-r--r--swoole-build.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/swoole-build.patch b/swoole-build.patch
deleted file mode 100644
index 5ee6e39..0000000
--- a/swoole-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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<bool(const char *, size_t)> StringExplodeHandler;