Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
return type of 'function' should be 'int' instead of 'type'
A function does not have the return type that was expected by the compiler.
The following sample generates C3874:
// C3874b.cpp
double main()
{ // C3874
}