Compiler Error C2174
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2174.
function' : actual parameter has type 'void' : parameter number1, parameter list number2
Parameter number1 passed to parameter list number2 is a void parameter. Parameters cannot have type void. Use void* instead.
Show: