Skip to content

Commit

Permalink
[unity][unreal]PRAGMA_DISABLE_UNDEFINED_IDENTIFIER_WARNINGS实现有误
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 19, 2024
1 parent 23801f5 commit 6a56434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#elif defined(__GNUC__)
#define PRAGMA_ENABLE_UNDEFINED_IDENTIFIER_WARNINGS _Pragma("GCC diagnostic pop")
#endif
#endif // PRAGMA_ENABLE_UNDEFINED_IDENTIFIER_WARNINGS

namespace PUERTS_NAMESPACE
{
Expand Down

0 comments on commit 6a56434

Please sign in to comment.