Conversion to use Fastbuild + -Wall and warning as errors. WIP
This commit is contained in:
@@ -113,7 +113,7 @@ namespace
|
||||
}
|
||||
case ShaderStage::Invalid:
|
||||
{
|
||||
Assert(false && "Invalid shader stage");
|
||||
Assert(false , "Invalid shader stage");
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user