Skip to content

Commit

Permalink
trying luck with protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Sep 28, 2023
1 parent 777c620 commit 49146a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firestore/Example/ProtobufCpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Pod::Spec.new do |s|
'-Wno-invalid-offsetof ' +
'-Wno-shorten-64-to-32 ' +
'-Wno-unreachable-code ' +
'-Wno-unused-parameter'
'-Wno-unused-parameter' +
'-Wnomodules-import-nested-redundant'

s.requires_arc = false
s.library = 'c++'
Expand Down

0 comments on commit 49146a1

Please sign in to comment.