From 2b4a9acfc4cdb3aa4c20be178dfa2ac87b72a63c Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Fri, 15 Jun 2018 16:07:18 -0700 Subject: Disable warnings in the protobuf-C++ code --- Firestore/Example/ProtobufCpp.podspec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Firestore') diff --git a/Firestore/Example/ProtobufCpp.podspec b/Firestore/Example/ProtobufCpp.podspec index eb90ca6..c809c06 100644 --- a/Firestore/Example/ProtobufCpp.podspec +++ b/Firestore/Example/ProtobufCpp.podspec @@ -64,6 +64,11 @@ Pod::Spec.new do |s| 'ALWAYS_SEARCH_USER_PATHS' => 'NO', } + # Disable warnings that upstream does not concern itself with + s.compiler_flags = '$(inherited) ' + + '-Wno-comma ' + + '-Wno-shorten-64-to-32' + s.requires_arc = false s.library = 'c++' end -- cgit v1.2.3