Prevented GCC from thinking that null pointers would be used.
Under some very specific circumstances GCC was emitting a (-Wnonnull) warning about the code trying to use null pointers. While this was not the case, it was easy enough to convince GCC about it as well.
Loading
Please register or sign in to comment