From: sof Date: Sun, 26 Sep 1999 16:07:38 +0000 (+0000) Subject: [project @ 1999-09-26 16:07:38 by sof] X-Git-Tag: Approximately_9120_patches~5745 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a1b27eb71e232e3765878fdc9b2b6b48978b437a;hp=27d06f4e51660e11f4496d146441fd01071a9615;p=ghc-hetmet.git [project @ 1999-09-26 16:07:38 by sof] Doc'ed -fwarn-missing-fields --- diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 08e45a1..24b589e 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -359,6 +359,17 @@ This option is on by default, and warns you whenever an instance declaration is missing one or more methods, and the corresponding class declaration has no default declaration for them. +@-fwarn-missing-fields@: +-fwarn-missing-fields option +missing fields, warning +fields, missing + +This option is on by default, and warns you whenever the construction +of a labelled field constructor isn't complete, missing initializers +for one or more fields. While not an error (the missing fields are +initialised with bottoms), it is often an indication of a programmer +error. + @-fwarn-unused-imports@: -fwarn-unused-imports option unused imports, warning