﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
118	Incorrect bit shift warning	Thierry Delisle	a3moss	"The following code:
{{{
extern ""C"" {
#include <sys/sysmacros.h>
}

int main() { return 0; }
}}}

produces the following warning

{{{
/usr/include/x86_64-linux-gnu/sys/sysmacros.h: In function ‘gnu_dev_major’:
/usr/include/x86_64-linux-gnu/sys/sysmacros.h:41:145: warning: right shift count >= width of type [-Wshift-count-overflow]
   return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff);
}}}"	defect	assigned	major	cfa-cc	1.0			
