summarylogtreecommitdiffstats
path: root/0004.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004.patch')
-rw-r--r--0004.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0004.patch b/0004.patch
new file mode 100644
index 000000000000..1d2251c29f42
--- /dev/null
+++ b/0004.patch
@@ -0,0 +1,24 @@
+From 3c9756847a3995331181214753a6e9a2bd48c416 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C4=81nis=20D=C5=BEeri=C5=86=C5=A1?=
+ <smuglispweenie@gmail.com>
+Date: Wed, 27 May 2020 15:03:00 +0300
+Subject: [PATCH 4/4] Get rid of the warnings properly
+
+
+ 100.0% lisp-kernel/
+diff --git a/lisp-kernel/pmcl-kernel.c b/lisp-kernel/pmcl-kernel.c
+index e474716a..e65e3c38 100644
+--- a/lisp-kernel/pmcl-kernel.c
++++ b/lisp-kernel/pmcl-kernel.c
+@@ -151,7 +151,7 @@ wperror(char* message)
+
+ LispObj lisp_nil = (LispObj) 0;
+ bitvector global_mark_ref_bits = NULL, dynamic_mark_ref_bits = NULL, relocatable_mark_ref_bits = NULL, global_refidx = NULL, dynamic_refidx = NULL,managed_static_refidx = NULL;
+-LispObj *global_reloctab = (LispObj) 0, *GCrelocptr = (LispObj) 0;
++LispObj *global_reloctab = (LispObj*) 0, *GCrelocptr = (LispObj*) 0;
+ void *tcr_area_lock = NULL;
+
+
+--
+2.27.0
+