Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the non-null compare warning/error.
We rely on the provided local library definitions for the hooked functions which in some cases (GCC >6) carry a non-null-attribute flag which causes compile errors on `!= NULL` checks.
- Loading branch information