'structure_name' : class has no data members; initialization ignored
You attempted to initialize a structure that contains no members.
// compile with cl /c struct S { } ; S anS = {0};