]> sigrok.org Git - libsigrok.git/commitdiff
input/protocoldata: silence build warnings, adjust printf formats
authorGerhard Sittig <redacted>
Mon, 1 Jan 2024 13:26:25 +0000 (14:26 +0100)
committerGerhard Sittig <redacted>
Wed, 3 Jan 2024 19:20:42 +0000 (20:20 +0100)
Properly use %zu for size_t, and %PRIu64 for uint64_t data types. This
silences build warnings which previously went unnoticed because their
occurance depends on the target platform.


No differences found