Re: [Mesa-dev] [PATCH 5/5] gallium/util: fix two MSVC compiler warnings

2019-05-07 Thread Roland Scheidegger
For the series: Reviewed-by: Roland Scheidegger Am 04.05.19 um 18:07 schrieb Brian Paul: > Remove stray const qualifier. > s/unsigned/enum tgsi_semantic/ > --- > src/gallium/auxiliary/util/u_format_zs.h | 2 +- > src/gallium/auxiliary/util/u_simple_shaders.c | 4 ++-- > 2 files changed, 3

[Mesa-dev] [PATCH 5/5] gallium/util: fix two MSVC compiler warnings

2019-05-04 Thread Brian Paul
Remove stray const qualifier. s/unsigned/enum tgsi_semantic/ --- src/gallium/auxiliary/util/u_format_zs.h | 2 +- src/gallium/auxiliary/util/u_simple_shaders.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/util/u_format_zs.h b/src/gallium/auxi