Skip to content

tests: fix json test for large numbers

Felipe Sateler requested to merge fsateler/pulseaudio:bugfix/json-test into master

PRIu64 means print a uint64_t, not an unsigned long. This is warned by the compiler:

warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int'

This causes build failures on some 32-bit archs

https://buildd.debian.org/status/fetch.php?pkg=pulseaudio&arch=i386&ver=14.99.1%2Bdfsg1-2&stamp=1622553415&raw=0

Edited by Felipe Sateler

Merge request reports

Loading