We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520b596 commit a2387fdCopy full SHA for a2387fd
GoogleDataTransport.podspec
@@ -42,7 +42,6 @@ Shared library for iOS SDK data transport needs.
42
43
s.pod_target_xcconfig = {
44
'GCC_C_LANGUAGE_STANDARD' => 'c99',
45
- 'GCC_TREAT_WARNINGS_AS_ERRORS' => 'YES',
46
'CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY' => 'YES',
47
'GCC_PREPROCESSOR_DEFINITIONS' =>
48
# The nanopb pod sets these defs, so we must too. (We *do* require 16bit
GoogleDataTransport/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Unreleased
2
+- Remove `GCC_TREAT_WARNINGS_AS_ERRORS` from the podspec.
3
+
4
# v8.0.0
5
- Source restructuring to limit the public API surface.
6
0 commit comments