fix non-release build

This commit is contained in:
dan sinclair 2020-10-19 12:03:49 -04:00
parent 88e0bc07f7
commit 2b7f7c32ef

View File

@ -2946,7 +2946,11 @@ bool VulkanHppGenerator::appendFunctionHeaderArgumentStandard( std::string &
void VulkanHppGenerator::appendFunctionHeaderReturnType( std::string & str,
CommandData const & commandData,
size_t /*returnParamIndex*/,
size_t
#if !defined( NDEBUG )
returnParamIndex
#endif
,
std::string const & enhancedReturnType,
bool enhanced,
bool twoStep,