Skip to content
Snippets Groups Projects
Commit 3b9019a6 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-09-04 14:39:10 by simonmar]

turn off -Wpointer-arith, it generates some warnings in the headers on RH6.2
parent 7cc05eb4
No related merge requests found
#-----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment