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.
parent
79def6c3
No related branches found
No related tags found
This commit is part of merge request !58948. Comments created here will be created in the context of that merge request.
Please register or sign in to comment