mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-30 09:50:26 +00:00
Fix compilation warnings #trivial (#1132)
* Apply recommended warnings * Squelch designated initializer warning in ASViewController * Remove unused compiler flag clang: warning: argument unused during compilation: '-fno-objc-arc-exceptions' [-Wunused-command-line-argument] * Fix warning about overriding an instance variable within a category Instance method 'methodOverrides' in category from _ASDisplayView.o overrides method from class in ASDisplayNode.o
This commit is contained in:
committed by
Adlai Holler
parent
71ef0fc3ed
commit
696f344301
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
|
||||
|
||||
# Subspecs
|
||||
spec.subspec 'Core' do |core|
|
||||
core.compiler_flags = '-fno-exceptions -fno-objc-arc-exceptions'
|
||||
core.compiler_flags = '-fno-exceptions'
|
||||
core.public_header_files = [
|
||||
'Source/*.h',
|
||||
'Source/Details/**/*.h',
|
||||
|
||||
Reference in New Issue
Block a user