commit | ecffdacb648a2e8a786e592fa9e6059e1b6ab0e1 | [log] [tgz] |
---|---|---|
author | Tim Pambor <tim.pambor@codewrights.de> | Tue Oct 07 09:19:42 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sun Oct 12 10:58:11 2025 -0400 |
tree | 36c8434289902f2551a2baadaa7ec2619e0003e8 | |
parent | ba9147948a1aa677885deb80a734324b1c788f11 [diff] |
tests: posix: fix -Wformat errors Use %lld format specifier for variables of type eventfd_t. Cast variables of type time_t to long long and use %lld format specifier to ensure compatibility with 32-bit and 64-bit time_t. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>