NL036: Called function has no prototype definition

NL036: Called function has no prototype definition

type: code-smell
priority: major

#pitfall
#confusing

Description

When a function is called from within another function it adds an implicit dependency onto the catalog order.

Defining a prototype for the called function can prevent errors while cataloging.