Ticket #3933 (closed bug: fixed)
"include" deprecation warning is a bit off
| Reported by: | isaacdupree | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.3 |
| Component: | Compiler | Version: | 6.12.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Incorrect warning at compile-time | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
This is silly, but I got a warning
Display.hs:1:11:
Warning: -#include is deprecated: No longer has any effect
from a piece of code that actually used the {-# INCLUDE #-} pragma. Shouldn't it say INCLUDE is deprecated or that they're all deprecated? Slightly related to #3844.
Change History
Note: See
TracTickets for help on using
tickets.
