From: Brian Paul Date: Sat, 28 May 2016 00:32:04 +0000 (-0600) Subject: gallium/util: another s/unsigned/enum pipe_prim_type/ for clang X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=747754f027d2552af352a197346e0876a160a279;p=mesa.git gallium/util: another s/unsigned/enum pipe_prim_type/ for clang Trivial. --- diff --git a/src/gallium/auxiliary/indices/u_indices.c b/src/gallium/auxiliary/indices/u_indices.c index 323c971e1ec..cb9e460d010 100644 --- a/src/gallium/auxiliary/indices/u_indices.c +++ b/src/gallium/auxiliary/indices/u_indices.c @@ -78,7 +78,7 @@ u_index_translator(unsigned hw_mask, unsigned in_pv, unsigned out_pv, unsigned prim_restart, - unsigned *out_prim, + enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_translate_func *out_translate)