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

device.c: Unconditionally cast tv_{sec,usec} to lld for printf #204

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. device.c: Unconditionally cast tv_{sec,usec} to lld for printf

    This would avoid build failure due to type mismatch on architecture where
    64-bit time_t and %ld printf formatter coexist and -Werror=format is enabled.
    
    This fixes chaos#199.
    hosiet committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8fbc1a1 View commit details
    Browse the repository at this point in the history