return type of 'function' should be 'int' instead of 'type'
A function returned a type other than int. For example, using /Za, main did not return an int.
The following sample generates C4326:
// use /Za void main() { // try the following line // int main() { }