i965: fix build warning on clang
authorTapani Pälli <tapani.palli@intel.com>
Thu, 14 Sep 2017 07:26:39 +0000 (10:26 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 15 Sep 2017 09:39:33 +0000 (12:39 +0300)
commitacbfcb7105ddc1475c1ffb354605c0337008d001
tree73a7106bf9b3f7ea8c74228d07c2f7bb109ff367
parent8e8c7c670340e747e9860fb6cbfc3e89f315fcc2
i965: fix build warning on clang

fixes following warning:
   warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long')

cast is needed to avoid this change turning in to another warning:
   warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long')

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_bufmgr.c