Source: dealer Version: 20211121+ds-2 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=dealer&ver=20211121%2Bds-2
... dealer.c: In function ‘main’: dealer.c:1664:18: error: passing argument 1 of ‘time’ from incompatible pointer type [-Wincompatible-pointer-types] 1664 | (void) time (&seed); | ^~~~~ | | | long int * In file included from /usr/include/features.h:502, from /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from dealer.c:1: /usr/include/time.h:86:15: note: expected ‘time_t *’ {aka ‘long long int *’} but argument is of type ‘long int *’ 86 | extern time_t __REDIRECT_NTH (time, (time_t *__timer), __time64); | ^~~~~~~~~~~~~~ ...