Ticket #37 (closed defect: fixed)
Suppress warnings
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
First cut at warning suppression - ad hoc suppression on individual lines.
Add a trailing comment to the offending warning generating line containing '.nowarn.' or '.no-warn.' (case insensitive) directly after the #.
e.g.
raise anEvent, this, MyArgs #.noWarn.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.