X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FParsePkgConf.y;h=b09f2b39a78f89d99f49a24f46ad4fe20b5c6e7e;hp=ea515dbc47ff8af35218f4f719474e8c4a9f2b15;hb=d7b3ad9be373e02ea8b679d978f6ca898436892d;hpb=3b3fee836284d09422562e1df88febcfb3200eb9 diff --git a/compiler/main/ParsePkgConf.y b/compiler/main/ParsePkgConf.y index ea515db..b09f2b3 100644 --- a/compiler/main/ParsePkgConf.y +++ b/compiler/main/ParsePkgConf.y @@ -1,5 +1,5 @@ { -{-# OPTIONS -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-missing-signatures #-} +{-# OPTIONS -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-missing-signatures -fno-warn-incomplete-patterns #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See