Re: [Mesa-dev] [PATCH] radv/llvm: initialise passes static member.

2019-02-08 Thread Bas Nieuwenhuizen
The variable is not static? (initializing a static member in the constructor would be nonsense ...) With that word remove from the title: Reviewed-by: Bas Nieuwenhuizen On Fri, Feb 8, 2019 at 6:26 AM Dave Airlie wrote: > > From: Dave Airlie > > Fixes coverity warning > --- >

[Mesa-dev] [PATCH] radv/llvm: initialise passes static member.

2019-02-07 Thread Dave Airlie
From: Dave Airlie Fixes coverity warning --- src/amd/vulkan/radv_llvm_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_llvm_helper.cpp b/src/amd/vulkan/radv_llvm_helper.cpp index f651593ca62..d1e1e376f90 100644 ---