Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The non-compliant code example uses the identifier-list form for parameter declarations.

...

To correct this example, the appropriate function prototype for func() should be specified in the file in which it is invoked. This will allow a allows the compiler to recognize diagnose invalid function arguments:

...