community/calcurse: fix build with gcc 14 on 32-bit arches
Fix -Wincompatible-pointer-types error with gcc 14 on 32-bit arches. ``` day.c: In function 'day_paste_item': day.c:870:25: error: passing argument 3 of 'overflow_add' from incompatible pointer type [-Wincompatible-pointer-types] 870 | &until) | ^~~~~~ | | | time_t * {aka long long int *} In file included from day.c:43: calcurse.h:1275:31: note: expected 'long int *' but argument is of type 'time_t *' {aka 'long long int *'} 1275 | long overflow_add(long, long, long *); | ^~~~~~ ```
parent
f9e16776
No related branches found
No related tags found
community/calcurse/0002-gcc14-32-bit.patch
0 → 100644
Please register or sign in to comment