Skip to content

How to disable a compilation warning? #2277

Closed
@roaminro

Description

@roaminro

When compiling the following code, I get a warning when using AS 0.20.x

export namespace A {

}
WARNING AS235: Only variables, functions and enums become WebAssembly module exports.

Is there a way to disable those warnings? (like an // @as-ignore or something?) (I understand the warning, I would just like to know if it can be disabled somehow)

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