When compiling with clang, I get a warning (by default promoted to an error):
hfile_irods.c:149:23: warning: address of array 'irods.env.rodsHost' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (irods.env.rodsHost && irods.env.rodsPort)
~~~~~~~~~~^~~~~~~~ ~~
When compiling with clang, I get a warning (by default promoted to an error):