summaryrefslogtreecommitdiffstats
path: root/unit-gcc12.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-21 10:53:32 +0100
committerRemi Collet <remi@php.net>2022-02-21 10:53:32 +0100
commita85fbea5bbc2f40c4151d8947d7039f2c21d565a (patch)
treecdfd06d6c57340a8d71140f65ff6129e5cf201d0 /unit-gcc12.patch
parentd9333ff8a007bf93c5566bbda1362b70ce547e05 (diff)
test build for upstream patch
Diffstat (limited to 'unit-gcc12.patch')
-rw-r--r--unit-gcc12.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/unit-gcc12.patch b/unit-gcc12.patch
deleted file mode 100644
index f62ea5d..0000000
--- a/unit-gcc12.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up ./src/nxt_malloc.c.old ./src/nxt_malloc.c
---- ./src/nxt_malloc.c.old 2022-02-11 15:39:10.953121985 +0100
-+++ ./src/nxt_malloc.c 2022-02-11 15:39:14.419109057 +0100
-@@ -61,6 +61,8 @@ nxt_zalloc(size_t size)
- }
-
-
-+# pragma GCC diagnostic ignored "-Wuse-after-free"
-+
- void *
- nxt_realloc(void *p, size_t size)
- {