errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4115
 
     'tag' : type definition in formal parameter list
 
     The given tag was used to define a struct, union, or enum in the
     formal parameter list of a function.
 
     The compiler assumed the definition was at the global level.
                                    -♦-