errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 2) C4092
 
     untagged enum/struct/union declared no symbols
 
     The compiler detected an empty declaration using an untagged
     structure, union, or enumerated variable.
 
     The declaration was ignored.
 
     For example, the following code causes this warning:
 
          struct { . . . };
                                    -♦-