forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
0c79ed9000
commit
c5e6647c30
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue