Description of problem: Making all in src CC client.lo CC client-helpers.lo client-helpers.c:1163:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1174:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1197:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1342:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1360:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1386:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ client-helpers.c:1417:30: warning: address of 'local->loc' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!&local->loc) { ~ ~~~~~~~^~~ 7 warnings generated. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Sent as part of http://review.gluster.org/#/c/15010/