From dbbc561d4599b647b9256bc893b425556fdb5e84 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jul 2007 22:19:43 +0000 Subject: [PATCH] Sync the UG entries for -Wall, -w etc with reality --- docs/users_guide/using.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 2503ace..eedc9e1 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -819,6 +819,7 @@ ghc -c Foo.hs -W option Provides the standard warnings plus , + , , , and . @@ -826,28 +827,27 @@ ghc -c Foo.hs - : - - - Turns off all warnings, including the standard ones. - - - - : Turns on all warning options that indicate potentially suspicious code. The warnings that are not enabled by - are: - - - - - - - + are + , + , + , + , and + . + + + + + : + + + Turns off all warnings, including the standard ones and + those that -Wall doesn't enable. -- 1.7.10.4