@@ -288,7 +288,7 @@ static int bitvec_degree(const bitvec_t x)
/* Run through rest if count is not multiple of bitsize of DTYPE */
if(i!=0)
{
uint32_tu32mask=(1<<31);
uint32_tu32mask=((uint32_t)1<<31);
while(((*x)&u32mask)==0)
{
u32mask>>=1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.