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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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