Skip to content

Option to disable warnings entirely #283

@nagisa

Description

@nagisa

Build::warnings() provides an option to set whether warnings are desired.

Calling Build::warnings(true) will pass in -Wall or a platform equivalent, however, counterintuitively, calling Build::warnings(false) will not pass a -w or a platform equivalent.

Either the option should be fixed to behave intuitively, or replaced with another intuitively-behaving method -- one that would actually suppress the warnings when called with false as an argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions