errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4098
 
     void function returning a value
 
     A function declared with a void return type also returned a value.
 
     A function was declared with a void return type but was defined as
     a value.
 
     The compiler assumed the function returns a value of type int.
                                    -♦-