Skip to content

Commit a2387fd

Browse files
authored
Stop failing on warnings (#6807)
1 parent 520b596 commit a2387fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

GoogleDataTransport.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Shared library for iOS SDK data transport needs.
4242

4343
s.pod_target_xcconfig = {
4444
'GCC_C_LANGUAGE_STANDARD' => 'c99',
45-
'GCC_TREAT_WARNINGS_AS_ERRORS' => 'YES',
4645
'CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY' => 'YES',
4746
'GCC_PREPROCESSOR_DEFINITIONS' =>
4847
# The nanopb pod sets these defs, so we must too. (We *do* require 16bit

GoogleDataTransport/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- Remove `GCC_TREAT_WARNINGS_AS_ERRORS` from the podspec.
3+
14
# v8.0.0
25
- Source restructuring to limit the public API surface.
36

0 commit comments

Comments
 (0)