Go to the first, previous, next, last section, table of contents.


Unused Arguments

As with unused variables, It is possible that unused arguments to a procedure might indicate a bug. Compile with `-W -Wunused' option to catch cases of unused arguments.

Note that `-W' also enables warnings regarding overflow of floating-point constants under certain circumstances.


Go to the first, previous, next, last section, table of contents.