lib/grm/datatype/string_list.c: In function 'string_list_entry_copy':
lib/grm/datatype/string_list.c:23:9: warning: assignment to 'string_list_entry_t' {aka 'char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
23 | _copy = strdup(entry);
| ^
This suppress the following warning: