to get the value of an internal counter of my CPU. for this line sonar created the issue
*# Make the type of this variable a pointer-to-const. The current type of “pulSystimeS” is "volatile unsigned long const".
but I have no idea why, because the value is a volatile value which cannot be a constant. Is the an idea how I can solve this issue or is it a bug in the developer version of the C sensor?
I’m using the Developer Edition - Version 9.7.1 (build 62043) of SonarQube …