From: Ian Lynagh Date: Mon, 16 Jul 2007 22:19:43 +0000 (+0000) Subject: Sync the UG entries for -Wall, -w etc with reality X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dbbc561d4599b647b9256bc893b425556fdb5e84 Sync the UG entries for -Wall, -w etc with reality --- 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.