Symbian^3 port

This commit is contained in:
Shinovon 2026-04-29 05:15:13 +05:00
parent 77cdaaf97e
commit 3eb71f2cc5
106 changed files with 2098 additions and 745 deletions

View file

@ -120,6 +120,8 @@ Index of this file:
#if __has_warning("-Wzero-as-null-pointer-constant")
#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
#endif
#elif defined(__ARMCC_VERSION)
#elif defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind
@ -2836,6 +2838,8 @@ enum ImDrawCornerFlags_
#if defined(__clang__)
#pragma clang diagnostic pop
#elif defined(__ARMCC_VERSION)
#elif defined(__GNUC__)
#pragma GCC diagnostic pop
#endif