Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bfd: use time_t to avoid implicit ptr type casting
This fixes an incompatible pointer type [-Wincompatible-pointer-types] issue when compiling keepalived with GCC 14 [1] in 32-bit architectures where time_t size is 64 bits. [1] https://gcc.gnu.org/gcc-14/porting_to.html
- Loading branch information