Fix the code to use the correct bitwise AND operator '&', instead of the currently used logical AND operator '&&', to check the value of a bit flag in a bit mask. This problem was reported as a warning when building with clang. Reviewed-by: Emre Ucan <eucan@de.adit-jv.com>dev
parent
71c4f70e08
commit
0343c6ac69
Loading…
Reference in new issue