Skip to content

Commit bd104f8

Browse files
yFeiiGY
andauthored
fix: compile (#1200)
Co-authored-by: GY <hishiguangyuan@didiglobal.com>
1 parent 6a42e99 commit bd104f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DoraemonKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'DoraemonKit'
10-
s.version = '3.1.4.1'
10+
s.version = '3.1.5'
1111
s.summary = 'iOS 各式各样的工具集合'
1212

1313
# This description is used to generate tags and improve search results.
@@ -66,7 +66,7 @@ iOS各式各样的工具集合
6666

6767
s.subspec 'EventSynthesize' do |ss|
6868
ss.source_files = 'iOS/DoKit/Classes/EventSynthesize/*.{h,m}'
69-
ss.compiler_flags = '-Wall', '-Wextra', '-Wpedantic', '-Werror', '-fvisibility=hidden', '-Wno-gnu-conditional-omitted-operand', '-Wno-pointer-arith'
69+
ss.compiler_flags = '-Wall', '-Wextra', '-Wpedantic', '-Werror', '-fvisibility=hidden', '-Wno-gnu-conditional-omitted-operand', '-Wno-pointer-arith','-Wno-gnu-zero-variadic-macro-arguments', '-Wno-unused-variable'
7070
ss.framework = 'IOKit'
7171
ss.dependency 'DoraemonKit/Foundation'
7272
ss.dependency 'DoraemonKit/CFoundation'

0 commit comments

Comments
 (0)