Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msys2-runtime: reintroduce
this != NULL
checks
While GNU C++ thinks of these as serious programming errors, the truth is: those checks are not cosmetic. The reason is that we sometimes execute methods via pointers that *sometimes* happen to be NULL. So those checks are essential and we have no business removing them. To make things compile again, we specifically ask GNU C++ very politely and in the nicest manner to please shut up already about those `this != NULL` checks. This fixes git-for-windows/git#1316 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information