Skip to content

intel/tools: use C99 print conversion specifier for 32 bit builds

Mark Janes requested to merge majanes/mesa:print_specifier_32bit into master

Fixes formatting errors for 32 bit compilations, eg:

error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]

Merge request reports