Skip to content

Build errors because of argumentless declarations #9

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?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions