Skip to content

missing warning signed to unsigned. #377

@thradams

Description

@thradams

I believe the following code is not producing the expected result or diagnostics.

void f(unsigned i){}
int main() {
 f(-1);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions