Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UDL): don't compare with address
cache_entry.c: In function '_cache_entry_add_new_attribute': cache_entry.c:522:13: error: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Werror=address] 522 | if (!&attr->name) { | ^ In file included from cache_entry.c:46: cache_entry.h:53:15: note: 'name' declared here 53 | char *name; | ^~~~ cc1: all warnings being treated as errors Bug #56533
- Loading branch information