File angleproject-gcc11-compile-fix.patch of Package mingw64-angleproject
--- angleproject/src/libGLESv2/Texture.h.orig 2022-06-30 00:41:03.875680719 +0200
+++ angleproject/src/libGLESv2/Texture.h 2022-06-30 00:41:47.017017334 +0200
@@ -427,7 +427,7 @@
// pointer here. This reference count will cause the pointer to be set to NULL if
// the count drops to zero, but will not cause deletion of the Renderbuffer.
Renderbuffer *mFaceProxies[6];
- unsigned int *mFaceProxyRefs[6];
+ unsigned int mFaceProxyRefs[6];
};
}