Skip to content

Document nowarn options #17906

Open
Open
@matthughes

Description

@matthughes

Compiler version

3.3.0

Problem

@nowarn annotation allows developers to ignore certain warnings from the compiler in a lexical scope. You can ignore either using compiler message or some "cat"egory. Grepping through the dotty source, I see deprecation and unchecked as options. Is there a category for unused with 3.3.0? I tried using "unused" but compiler doesn't recognize that. It would be great if scala binary could enumerate what these values are.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions