From 3b9019a60acb7bc9da184c8df9fdeecd2bbb7235 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 4 Sep 2000 14:39:10 +0000 Subject: [PATCH 1/1] [project @ 2000-09-04 14:39:10 by simonmar] turn off -Wpointer-arith, it generates some warnings in the headers on RH6.2 --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index b0ce195..3e86da9 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.35 2000/08/25 10:06:37 qrczak Exp $ +# $Id: Makefile,v 1.36 2000/09/04 14:39:10 simonmar Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -50,7 +50,7 @@ WARNING_OPTS += -optc-Wmissing-prototypes WARNING_OPTS += -optc-Wmissing-declarations WARNING_OPTS += -optc-Winline WARNING_OPTS += -optc-Waggregate-return -WARNING_OPTS += -optc-Wpointer-arith +#WARNING_OPTS += -optc-Wpointer-arith WARNING_OPTS += -optc-Wbad-function-cast #WARNING_OPTS += -optc-Wcast-align #WARNING_OPTS += -optc-Wnested-externs -- 1.7.10.4