emulators/ppsspp: unbreak with Clang 10
In file included from Common/Vulkan/VulkanContext.cpp:28:
In file included from ext/glslang/SPIRV/GlslangToSpv.h:42:
In file included from ext/glslang/SPIRV/SpvTools.h:47:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/localintermediate.h:42:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/intermediate.h:55:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/../Include/Common.h:108:
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:307:54:
error: 'operator=' is a private member of 'glslang::TPoolAllocator'
void setAllocator(TPoolAllocator* a) { allocator = *a; }
~~~~~~~~~ ^ ~~
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:244:21:
note: declared private here
TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment
operator
^
Reported by: antoine (via bug 244251 exp-run)