Closed athos-ribeiro closed 1 month ago
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
The issue was found when compiling keepalived in Ubuntu 24.10 for armhf with gcc 14 (https://launchpadlibrarian.net/749244069/buildlog_ubuntu-oracular-armhf.keepalived_1%3A2.3.1-1_BUILDING.txt.gz)
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
The issue was found when compiling keepalived in Ubuntu 24.10 for armhf with gcc 14 (https://launchpadlibrarian.net/749244069/buildlog_ubuntu-oracular-armhf.keepalived_1%3A2.3.1-1_BUILDING.txt.gz)