#602: Warning Suppression
-------------------------------+--------------------------------------------
  Reporter:  simonmar          |          Owner:         
      Type:  task              |         Status:  new    
  Priority:  normal            |      Milestone:         
 Component:  Compiler          |        Version:  None   
  Severity:  normal            |     Resolution:  None   
  Keywords:                    |             Os:  Unknown
Difficulty:  Moderate (1 day)  |   Architecture:  Unknown
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * architecture:  => Unknown
  * difficulty:  => Moderate (1 day)
  * os:  => Unknown

Old description:

> {{{
> It should be possible to suppress particular kinds of warnings for parts
> of a source file.
>
> One way to achieve this is to allow parts of a file to be delimited by
> pragmas specifying the warnings to be suppressed, and then filter out the
> warnings during compilation based on the source location attached to the
> warning.
> }}}

New description:

 {{{
 It should be possible to suppress particular kinds of warnings for parts
 of a source file.

 One way to achieve this is to allow parts of a file to be delimited by
 pragmas specifying the warnings to be suppressed, and then filter out the
 warnings during compilation based on the source location attached to the
 warning.
 }}}

-- 
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/602>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to