X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FParsePkgConf.y;h=6028af89ce7270ecd88edbc7949207b9ccb05d48;hp=9cf6d0491a313eb038115ce41a6079bf35aad92b;hb=7bb3d1fc79521d591cd9f824893963141a7997b6;hpb=aa9a4f1053d3c554629a2ec25955e7530c95b892 diff --git a/compiler/main/ParsePkgConf.y b/compiler/main/ParsePkgConf.y index 9cf6d04..6028af8 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 -fno-warn-incomplete-patterns #-} +{-# OPTIONS -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-missing-signatures -fno-warn-incomplete-patterns -Wwarn #-} -- 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 @@ -24,6 +24,8 @@ import Panic } +%expect 0 + %token '{' { L _ ITocurly } '}' { L _ ITccurly }