Details
Description
We still have a few places in the HS codebase where "this" is compared to NULL.
When compiling with xlc16 / xlclang we get these warnings :
warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
so those places should be removed where possible.
When compiling with xlc16 / xlclang we get these warnings :
warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
so those places should be removed where possible.