Skip to content

iris, i965: use PRIx64 format specifier to avoid Wformat errors

Val Packett requested to merge (removed):intel-format into master

On FreeBSD with clang 9, the following error was happening:

  error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat]

Merge request reports