tests/graw: use C99 print conversion specifier for 32 bit builds
authorMark Janes <mark.a.janes@intel.com>
Thu, 6 Jun 2019 05:48:41 +0000 (22:48 -0700)
committerMark Janes <mark.a.janes@intel.com>
Thu, 6 Jun 2019 21:39:41 +0000 (14:39 -0700)
commit04dac6975234d3b4e5da6aa61e6b787cb576f0e6
treef38463c014fb1b2524a11f3e0ad0c56ed854ed7c
parent30adeb7a5358d611e01829b000bab6dfee4abed0
tests/graw: use C99 print conversion specifier for 32 bit builds

Fixes formatting errors for 32 bit compilations, eg:

  error: format specifies type 'unsigned long' but the argument has
  type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
  printf("result1 = %lu result2 = %lu\n", res1.u64, res2.u64);

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/tests/graw/occlusion-query.c