Skip to content

Build errors because of argumentless declarations #9

@peteroupc

Description

@peteroupc

The build of this program fails even if the instructions in the README are followed. This is probably because the source code uses argument-less declarations for functions with arguments.

In addition to the use of error(), the subject of a pending pull request, the source code also declares many functions without arguments, but defines them later to have arguments. Examples are void (*Mf_program)() = NULLFUNC;, static long to32bit(), etc. These declarations abound and it is too tedious to correct all of them. Is there a build option to allow the compiler to accept these declarations?

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