<div dir="ltr"><div><div><div><div><div><div>Hello all, <br><br>I am using the following command:<br><br></div>scan-build -enable-checker alpha.core.BooleanAssignment gcc -c tBooleanAssignment.c<br><br></div>And the contents of the file tBooleanAssignment.c are<br>
<br></div>#include <stdbool.h><br></div>int main()<br>{<br></div>      bool a = 12;<br>}<br><br></div>I expect this to be reported as a bug but it's not. Is this a known issue or am I missing something.<br><br>Thanks, <br>
Swati<br></div>