mirror of
https://github.com/AxioDL/CodeGen.git
synced 2026-07-11 06:18:36 -07:00
template: Add another MSVC suppression
Allows PWE to update to C++23
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user