From: Simon Marlow Date: Tue, 1 May 2007 08:22:24 +0000 (+0000) Subject: document the current behaviour of -Wall, see #1292 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f8c30102cdc246af5720b3bc8f2211e352edda5f document the current behaviour of -Wall, see #1292 --- 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: + + + + + +