Source: ledmon
Version: 0.97-1.1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=ledmon&ver=0.97-1.1
...
utils.c: In function ‘get_uint64’:
utils.c:105:18: error: passing argument 1 of ‘str_toul’ from incompatible
pointer type [-Wincompatible-pointer-types]
105 | str_toul(&defval, p, NULL, 16);
| ^~~~~~~
| |
| uint64_t * {aka long long unsigned int *}
In file included from utils.c:48:
utils.h:368:29: note: expected ‘long unsigned int *’ but argument is of type
‘uint64_t *’ {aka ‘long long unsigned int *’}
368 | int str_toul(unsigned long *dest, const char *strptr, char **endptr,
int base);
| ~~~~~~~~~~~~~~~^~~~
...