Skip to content

Build fails on 64 bit Windows #3

@chausner

Description

@chausner

The library fails to build on 64 bit Windows platforms due to a type conversion warning and the warnings-as-errors flag (/WX).

The offending line is

return line_count;

The functions returns a uint32_t but the variable is of type size_t which is 64 bit long on 64 bit architectures.

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