Source: afterstep
Version: 2.2.12-17.1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=afterstep&ver=2.2.12-17.1%2Bb3
...
timer.c:143:31: error: passing argument 1 of ‘timer_subtract_times’ from
incompatible pointer type [-Wincompatible-pointer-types]
143 | timer_subtract_times (&tsec, &tusec, *sec, *usec);
| ^~~~~
| |
| long int *
timer.c:116:32: note: expected ‘time_t *’ {aka ‘long long int *’} but argument
is of type ‘long int *’
116 | timer_subtract_times (time_t * sec1, time_t * usec1, time_t sec2,
time_t usec2)
| ~~~~~~~~~^~~~
timer.c:143:38: error: passing argument 2 of ‘timer_subtract_times’ from
incompatible pointer type [-Wincompatible-pointer-types]
143 | timer_subtract_times (&tsec, &tusec, *sec, *usec);
| ^~~~~~
| |
| long int *
timer.c:116:47: note: expected ‘time_t *’ {aka ‘long long int *’} but argument
is of type ‘long int *’
116 | timer_subtract_times (time_t * sec1, time_t * usec1, time_t sec2,
time_t usec2)
| ~~~~~~~~~^~~~~
make[3]: *** [Makefile:313: timer.o] Error 1