Warning fix

This commit is contained in:
Alex Zolotarev 2011-09-01 18:30:31 +03:00 committed by Alex Zolotarev
parent 0c79ed9000
commit c5e6647c30

View file

@ -55,7 +55,7 @@ namespace bits
if (x & 1)
if (--i == 0)
return j;
return SELECT1_ERROR;
return static_cast<unsigned int>(SELECT1_ERROR);
}
// Will be implemented when needed.