From 793870f9ed2b0b4a1cd858097568cc518c11da84 Mon Sep 17 00:00:00 2001 From: BB9z Date: Tue, 24 Apr 2018 12:31:55 +0800 Subject: [PATCH] Remove warning flags on master. --- RFAPI.podspec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/RFAPI.podspec b/RFAPI.podspec index f086f67..370debb 100644 --- a/RFAPI.podspec +++ b/RFAPI.podspec @@ -25,15 +25,5 @@ Pod::Spec.new do |s| s.public_header_files = ['*.h', 'RFAPIDefine/*.h'] s.pod_target_xcconfig = { - # These config should only exsists in develop branch. - 'WARNING_CFLAGS'=> [ - '-Weverything', # Enable all possiable as we are developing a library. - '-Wno-gnu-statement-expression', # Allow ?: expression. - '-Wno-gnu-conditional-omitted-operand', - '-Wno-auto-import', # Still needs old #import for backward compatibility. - '-Wno-sign-conversion', - '-Wno-sign-compare', - '-Wno-objc-missing-property-synthesis' - ].join(' ') } end