Fix warning because of signed/unsigned comparison

This commit is contained in:
Kai Nacke 2015-10-09 23:39:28 +02:00
parent 992fc7b318
commit 0040b01675

View file

@ -320,7 +320,7 @@ static void DtoCreateNestedContextType(FuncDeclaration* fd)
// start with adding all enclosing parent frames until a static parent is reached
LLStructType* innerFrameType = NULL;
int depth = 0;
unsigned depth = 0;
if (parentFunc)
{