File: 0006-Disable-blocking-warnings-new-in-OCaml-4.05.0.patch

package info (click to toggle)
ocaml-reins 0.1a-10.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,004 kB
  • sloc: ml: 8,254; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Stephane Glondu <steph@glondu.net>
Date: Wed, 19 Jul 2017 09:48:26 +0200
Subject: Disable blocking warnings new in OCaml 4.05.0

---
 OMakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OMakefile b/OMakefile
index c5b6a4e..4d15909 100644
--- a/OMakefile
+++ b/OMakefile
@@ -1,7 +1,7 @@
 
 include config.omake
 
-OCAMLFLAGS += -dtypes -w +a-3-4-27-50-k
+OCAMLFLAGS += -dtypes -w +a-3-4-27-50-52-60-k
 
 .SUBDIRS: src doc