54edb5043c
contrib/amd/hlfsd/homedir.c:497:8: error: address of array 'buf' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] if (!buf || buf[0] == '\0') ~^~~ In the affected function, 'buf' is declared as an array of char, so it can never be null. Remove the unecessary check. |
||
---|---|---|
.. | ||
hlfsd.8 | ||
hlfsd.c | ||
hlfsd.h | ||
homedir.c | ||
nfs_prot_svc.c | ||
stubs.c |