noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warning
authorBrian Paul <brianp@vmware.com>
Sat, 4 May 2019 16:02:48 +0000 (10:02 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 8 May 2019 16:05:41 +0000 (10:05 -0600)
commitcf5c7beb63777dac95c74a4b45daf8459f4a1ae2
treed2433496c9e038e15857dff2826730de16cb131b
parentbc517dbbf7050948204abcffdabc99b8a3790987
noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warning

The function pointer declaration in pipe_context uses unsigned
for the bitmask.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/driver_noop/noop_pipe.c