Skip to content

Warn when unnecessary initial values are used #285

@JackStouffer

Description

@JackStouffer

e.g.

int i = 0;
double j = double.nan;
S some_struct = S();

should produce a warning.

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