Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bfd: use time_t to avoid implicit ptr type casting #2471

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. 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
    athos-ribeiro committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ef1df49 View commit details
    Browse the repository at this point in the history