From pmott@scs.leeds.ac.uk  Sun Oct 24 10:41:57 1999
Received: from csunb0.leeds.ac.uk (csunb0.leeds.ac.uk [129.11.144.2])
	by swi.psy.uva.nl (8.9.3/8.9.3) with SMTP id KAA25609
	for <prolog@swi.psy.uva.nl>; Sun, 24 Oct 1999 10:41:57 +0200 (MET DST)
Received: from csun.leeds.ac.uk (csund0.leeds.ac.uk [129.11.144.6]) by csunb0.leeds.ac.uk (8.6.12/8.6.12) with ESMTP id IAA06992; Sun, 24 Oct 1999 08:40:03 GMT
Received: from cspcx16 (cspcz52 [129.11.145.52]) by csun.leeds.ac.uk (8.9.1b+Sun/) with SMTP id JAA17662; Sun, 24 Oct 1999 09:40:03 +0100 (BST)
Message-Id: <3.0.2.32.19991024094029.00a15b60@csun.leeds.ac.uk>
X-Sender: pmott@csun.leeds.ac.uk
X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.2 (32)
Date: Sun, 24 Oct 1999 09:40:29 +0100
To: Ulle Endriss <endriss@dcs.kcl.ac.uk>, prolog@swi.psy.uva.nl
From: Peter Mott <pmott@scs.leeds.ac.uk>
Subject: Re: switching off warnings
In-Reply-To: <381208B8.A5F091F9@dcs.kcl.ac.uk>
References: <000c01bf1d7d$fc240600$7843abd4@w98>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 08:12 PM 10/23/99 +0100, Ulle Endriss wrote:
>Hi,
>
>how can I switch off the warnings I get when clauses for a predicate are not
>together in the source file?
>
>Thanks,
>Ulle

If you start you file with:

:- style_check(-discontiguous).

the warnings will be disabled. (The '-' switches the option off which in
this case is on my default)

Peter
==========================================================
Peter Mott				Tel: +44 (0)113 233 5323
School Of Computer Studies			Fax: +44 (0)113 233 5468
University of Leeds, Leeds LS2 9JT   		Office: +44 (0)113 233 5430
URL 	http://www.scs.leeds.ac.uk/isrg/person4.html

