GCC 7.2.1 Warnings - cannot increment boolean
GCC is complaining when incrementing a boolean variable, it should be assigned a value of true or false, and not incremented with ++. Bug 4212.
Loading
Please register or sign in to comment
GCC is complaining when incrementing a boolean variable, it should be assigned a value of true or false, and not incremented with ++. Bug 4212.