Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

unreachable code #55

@maddin200

Description

@maddin200

src/cval.c line 363

Code:
case cval_sint: case cval_uint: case cval_float:
return make_cval_complex(cval_cast(c, base),
cval_cast(cval_zero, base));
return c; // <- unreachable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions