Skip to content

Use strict C prototypes #137

@eyalroz

Description

@eyalroz

Some of our function declarations use

return_type func_name()

rather than

return_type func_name(void)

... and the compiler may complain about this if stricter checking is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    resolved-on-developA changeset fixing this issue has been commiutted to the development branchtask

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions