Skip to content
Commit fda3d001 authored by Alex Richardson's avatar Alex Richardson Committed by Simon Ser
Browse files

Fix -Werror=format build errors on FreeBSD



On 64-bit FreeBSD targets uint64_t is generally defined as `unsigned long`
and not `unsigned long long`. Use the PRI macros to fix -Wformat.

Signed-off-by: default avatarAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Reviewed-by: default avatarSimon Ser <contact@emersion.fr>
parent d77ccdf3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment