Fix all the warnings and re-enable on CI (#1872)

This commit is contained in:
Garrett Moon
2020-06-25 11:54:00 -07:00
committed by GitHub
parent a9643e59cd
commit dbb06bf58f
13 changed files with 51 additions and 27 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
# Subspecs
spec.subspec 'Core' do |core|
core.compiler_flags = '-fno-exceptions -Wno-implicit-retain-self'
core.compiler_flags = '-fno-exceptions'
core.public_header_files = [
'Source/*.h',
'Source/Details/**/*.h',