errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 2) C4071
 
     'function' : no function prototype given
 
     The given function was called before the compiler found the
     corresponding function prototype.
 
     The function will be called using the default rules for calling
     a function without a prototype.
                                    -♦-