C1067: Object is missing decl specifiers

[ERROR]

Description

An object was declared without decl-specifiers (type, modifiers, ...). There is no error, if compiling C-source without the -ANSI option.

Example
  i

  
Tips

Apply decl-specifiers for the object, or compile without the options -ANSI and -C++.