Commit 9022c569 authored by Felip Moll's avatar Felip Moll Committed by Tim Wickberg
Browse files

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.
parent 5d95f0a2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment