Re: [Mesa-dev] [PATCH] nir: add fall through comment to nir_gather_info

2018-08-01 Thread Jason Ekstrand
rb On Wed, Aug 1, 2018 at 5:05 PM Timothy Arceri wrote: > This stops Coverity reporting a defect and helps make the code less > error-prone. > > Cc: Neil Roberts > --- > src/compiler/nir/nir_gather_info.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/compiler/nir/nir_gather_info

[Mesa-dev] [PATCH] nir: add fall through comment to nir_gather_info

2018-08-01 Thread Timothy Arceri
This stops Coverity reporting a defect and helps make the code less error-prone. Cc: Neil Roberts --- src/compiler/nir/nir_gather_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/nir/nir_gather_info.c b/src/compiler/nir/nir_gather_info.c index d0b656ea741..4a030cb6256 100