template: Add another MSVC suppression

Allows PWE to update to C++23
This commit is contained in:
Lioncache
2025-12-01 01:45:25 -05:00
parent c5bc7c2b18
commit f92c6fc570
+2 -1
View File
@@ -4,7 +4,8 @@
#include "${IncludeFile}"
#pragma warning( push )
#pragma warning( disable : 4146 ) // Suppress C4146: unary minus operator applied to unsigned type, result still unsgined
#pragma warning( disable : 4146 ) // Suppress C4146: unary minus operator applied to unsigned type, result still unsigned
#pragma warning( disable : 4244 ) // 'conversion' conversion from 'type1' to 'type2', possible loss of data
## % for Decl in ForwardDeclares:
## ${Decl.GenerateText(0)}