Search Issue Tracker
Fixed in 2021.3.14f1
Fixed in 2021.3.X, 2022.1.X, 2022.2.X, 2022.2.0a10
Votes
1
Found in
2021.3.11f1
2022.1.21f1
2022.2.0a9
Issue ID
UUM-18025
Regression
No
Multiple C4717 warning in Unity.RenderPipelines.Universal.Runtime2.cpp
How to reproduce:
1. Open the user's attached project
2. Build the project for UWP, iOS or any other IL2CPP platform where you can see C++ compiler output
3. Observe build warnings:
1>il2cppOutput\Unity.RenderPipelines.Universal.Runtime2.cpp(15003): warning C4717: 'UniversalRenderPipelineAsset_set_additionalLightsShadowResolutionTierHigh_mAFE0532328839F34DE18FFCB03079EBFFD0A1206': recursive on all control paths, function will cause runtime stack overflow
1>il2cppOutput\Unity.RenderPipelines.Universal.Runtime2.cpp(14963): warning C4717: 'UniversalRenderPipelineAsset_set_additionalLightsShadowResolutionTierLow_mC81357DB56D34D63D90EDD8C88839628858B815C': recursive on all control paths, function will cause runtime stack overflow
1>il2cppOutput\Unity.RenderPipelines.Universal.Runtime2.cpp(15270): warning C4717: 'UniversalRenderPipelineAsset_set_cascadeBorder_mC2D3A4B6764C0018D925BE49D1CFD1F458E4F13C': recursive on all control paths, function will cause runtime stack overflow
Expected results: No "C4717: recursive on all control paths, function will cause runtime stack overflow" warnings in the Visual Studio console
Reproducible with: 2021.3.11f1, 2022.2.0a9
Not reproducible with: 2020.3.41f1, 2022.2.0a10, 2022.2.0b10, 2023.1.0a16
Reproducible on: Windows 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Project Auditor's "Install Rules" button has to be pressed twice to proceed when any compilation error in the Editor is present
- Crash on Scripting::UnityEngine::SubsystemManagerProxy::ClearSubsystems when adding a Mesh Collider Component to a GameObject
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
Add comment