From: Nathan Chancellor natechancellor@gmail.com
[ Upstream commit 672e78cab819ebe31e3b9b8abac367be8a110472 ]
Clang warns when an expression that equals zero is used as a null pointer constant (in lieu of NULL):
Fixes warning, with unsupported compiler; not a serious bug. Plus, not a minimal fix. Pavel