Skip to content
Snippets Groups Projects
Commit 46a1b13a authored by chiles's avatar chiles
Browse files

Fixed lossage concerning the following compiler output:
   Definition has N args, but the previous definition had M.
This used to be a note, but it should be a warning.

If it is a warning that users change the definitions of structures, then it
should be a warning when users change the definitions of functions.  In both
cases, code might be lying around assuming an incorrect interface.  I think
this is equally dangerous.  Also, changing the redefinition of arg counts to a
warning makes it more compatible with the warning that someone supposedly
called a routine with the wrong number of args.
parent b1fdfdce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment