Source Build Error in UE4.25.1

Below error occurring while source building of UE4.25.1 LATEST Release branch–

warning C4996: ‘TBaseMulticastDelegate::AddRaw::FDeprecationMsg_788::condition’: Binding a delegate with a const object pointer and non-const function is deprecated. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1> D:/UESource/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Private/Render/DisplayClusterRenderManager.cpp(665): note: see reference to function template instantiation ‘FDelegateHandle TBaseMulticastDelegate::AddRaw(UserClass ,void (__cdecl FDisplayClusterRenderManager:: )(void))’ being compiled
1> with
1> [
1> UserClass=const FDisplayClusterRenderManager
1> ]
1> D:/UESource/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Private/Render/DisplayClusterRenderManager.cpp(665): note: see reference to function template instantiation ‘FDelegateHandle TBaseMulticastDelegate::AddRaw(UserClass ,void (__cdecl FDisplayClusterRenderManager:: )(void))’ being compiled
1> with
1> [
1> UserClass=const FDisplayClusterRenderManager
1> ]