mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
|
||||
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 180400
|
||||
#pragma clang diagnostic push
|
||||
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 260000
|
||||
#pragma clang diagnostic ignored "-Wvla-cxx-extension"
|
||||
#endif
|
||||
#endif
|
||||
Ivar ivars[count];
|
||||
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 180400
|
||||
|
||||
Reference in New Issue
Block a user