Skip to content

Should we enforce unsignedness more strictly? #67

@fridtjof

Description

@fridtjof

There are various places (example: matrix_getx, matrix_gety, sdl_event_break in out_sdl2.c) where an int is used instead of a uint.
Should we make variables strictly unsigned where it makes sense, or is allowed by all uses of that variable?
Of course, I'm only suggesting this because CLion told me to. :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBugs or misbehaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions