summaryrefslogtreecommitdiff
path: root/databases/geneweb/patches/patch-aa
blob: d18c73cf4987130bb852287da7955f9936f27118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.3 2006/02/10 23:32:00 rillig Exp $

Don't treat unused variables as errors.

--- tools/Makefile.inc.orig	2002-11-29 07:03:04.000000000 +0100
+++ tools/Makefile.inc	2006-02-11 00:25:06.000000000 +0100
@@ -5,8 +5,8 @@ CAMLP4_COMM=TOP=$(TOP) $(TOP)/tools/caml
 CAMLP4F=-DUNIX
 CAMLP4D=`camlp4 -where`
 LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt -warn-error Ay
+OCAMLOPT=ocamlopt.opt -warn-error Ay
 OCAMLI=
 OCAMLD=
 STRIP=strip