I started seeing this today on multiple PRs. I assume some dependency got updated.
gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DYYDEBUG -DLINUX -O3 -fcommon -c -o date.o date.c
date.c: In function 'getDateWeightFromJulian':
date.c:566:1: error: type of 'jDay' defaults to 'int' [-Wimplicit-int]
566 | getDateWeightFromJulian(jDay, nDistribution)
| ^~~~~~~~~~~~~~~~~~~~~~~
date.c:566:1: error: type of 'nDistribution' defaults to 'int' [-Wimplicit-int]
make: *** [<builtin>: date.o] Error 1
Describe the bug
I started seeing this today on multiple PRs. I assume some dependency got updated.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response