Re: [Mesa-dev] [PATCH 2/3] glsl: add fallthrough comment on switch

2015-04-21 Thread Martin Peres
On 21/04/15 08:37, Matt Turner wrote: On Mon, Apr 20, 2015 at 10:27 PM, Tapani Pälli tapani.pa...@intel.com wrote: Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/linker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index

Re: [Mesa-dev] [PATCH 2/3] glsl: add fallthrough comment on switch

2015-04-21 Thread Matt Turner
On Mon, Apr 20, 2015 at 10:37 PM, Matt Turner matts...@gmail.com wrote: On Mon, Apr 20, 2015 at 10:27 PM, Tapani Pälli tapani.pa...@intel.com wrote: Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/linker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [Mesa-dev] [PATCH 2/3] glsl: add fallthrough comment on switch

2015-04-20 Thread Matt Turner
On Mon, Apr 20, 2015 at 10:27 PM, Tapani Pälli tapani.pa...@intel.com wrote: Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/linker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index b6baa5d..08b4137 100644 ---

[Mesa-dev] [PATCH 2/3] glsl: add fallthrough comment on switch

2015-04-20 Thread Tapani Pälli
Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/linker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index b6baa5d..08b4137 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -2571,6 +2571,7 @@