From: Brian Paul Date: Wed, 18 May 2016 01:28:37 +0000 (-0600) Subject: spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_texture() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96909ef12802fdc8b5a9870bcfde89881ecedf86;p=mesa.git spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_texture() Mark it as unreachable. Silences a compiler warning: spirv/spirv_to_nir.c:1397:4: warning: enumeration value 'nir_texop_txf_ms_mcs' not handled in switch [-Wswitch] switch (instr->op) { ^ Reviewed-by: Jason Ekstrand --- diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index 56948bf8a3f..c92dfca3e38 100644 --- a/src/compiler/spirv/spirv_to_nir.c +++ b/src/compiler/spirv/spirv_to_nir.c @@ -1413,6 +1413,8 @@ vtn_handle_texture(struct vtn_builder *b, SpvOp opcode, /* These don't */ instr->sampler = NULL; break; + case nir_texop_txf_ms_mcs: + unreachable("unexpected nir_texop_txf_ms_mcs"); } nir_ssa_dest_init(&instr->instr, &instr->dest,