Skip to content

Commit

Permalink
Remove warning flags on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Apr 24, 2018
1 parent 0be7a9c commit 793870f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions RFAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 793870f

Please sign in to comment.