Skip to content

MSVC: change "/W2" to "/W3 /wdxxxx..." #382

Open
@flichtenheld

Description

@flichtenheld

When switching to CMake we lowered the warning level for MSVC build from /W3 to /W2 to be able to enable /WX (i.e. treat warnings as errors). Probably there are only very few warning classes that prevent us from using /W3 (which is MSVC default). Check which those are to ignore less warnings.

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