davidker / unisys

Master repository for new changes to drivers/staging/unisys and drivers/visorbus
Other
2 stars 1 forks source link

SonarQube visorbus_main.c %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long long' #31

Closed arfvidsonUIS closed 8 years ago

arfvidsonUIS commented 8 years ago

%Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long long' All the lines that have this issue: 255 277 369 394 403

davidker commented 8 years ago

Can we not ignore this one. I think it comes from SonarQube not recognizing that u64 is just another name for unsigned long long. I think the fact it doesn't check the two string values to be identical is a bug in the program. I wonder if we can fix that and resubmit it back to the community.

arfvidsonUIS commented 8 years ago

Just push branch in case we need it gihubissue#31

selltc commented 8 years ago

Greg committed this to staging-testing 5/6, and later to staging-next 5/9: