Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nua.c:1101:16: warning: address of array 'nh->nh_ds' will always evaluate to 'true' [-Wpointer-bool-conversion] if (nh && nh->nh_ds) ~~ ~~~~^~~~~ nua.c:1110:16: warning: address of array 'nh->nh_home' will always evaluate to 'true' [-Wpointer-bool-conversion] if (nh && nh->nh_home) ~~ ~~~~^~~~~~~ nua.c:1119:18: warning: address of array 'nua->nua_home' will always evaluate to 'true' [-Wpointer-bool-conversion] if (nua && nua->nua_home) ~~ ~~~~~^~~~~~~~ nua.c:1150:16: warning: address of array 'nh->nh_ds' will always evaluate to 'true' [-Wpointer-bool-conversion] if (nh && nh->nh_ds && nh->nh_ds->ds_usage) { ~~ ~~~~^~~~~
- Loading branch information