From f8c30102cdc246af5720b3bc8f2211e352edda5f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 1 May 2007 08:22:24 +0000 Subject: [PATCH] document the current behaviour of -Wall, see #1292 --- docs/users_guide/using.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 88f9e5e..a9ad528 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -839,7 +839,16 @@ ghc -c Foo.hs : - Turns on all warning options. + Turns on all warning options that indicate potentially + suspicious code. The warnings that are + not enabled by + are: + + + + + + -- 1.7.10.4