Am 2012-03-28 00:43, schrieb mathog:
The C99 bool data type, and the similar type in C++, currently (v 4.5.2) do not generate warnings for any of these sorts of operations:bool b; b = 3; b++; b += 2; if(b == 3)
The last one is PR 44077. Franz
Am 2012-03-28 00:43, schrieb mathog:
The C99 bool data type, and the similar type in C++, currently (v 4.5.2) do not generate warnings for any of these sorts of operations:bool b; b = 3; b++; b += 2; if(b == 3)
The last one is PR 44077. Franz