Skip to content

Commit 7ed593c

Browse files
committed
[donotmerge] ci debugging
1 parent 85cd408 commit 7ed593c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Sources/SPTPersistentCacheHeader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SPTPersistentCacheRecordHeader SPTPersistentCacheRecordHeaderMake(uint64_t ttl,
106106
return nil;
107107
}
108108

109-
return [NSError spt_persistentDataCacheErrorWithCode:code];
109+
return [NSError spt_persistentDataCacheErrorWithCode:(SPTPersistentCacheLoadingError)code];
110110
}
111111

112112
uint32_t SPTPersistentCacheCalculateHeaderCRC(const SPTPersistentCacheRecordHeader *header)

Tests/SPTPersistentCacheTests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one
1818
specific language governing permissions and limitations
1919
under the License.
2020
*/
21+
// small-change
2122
#import <XCTest/XCTest.h>
2223

2324
#if TARGET_OS_IPHONE

ci/spotify_os.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ YES_FOR_RELEASE = $(YES_FOR_RELEASE_$(CONFIGURATION))
7575
// Warnings:
7676
// Attribution: https://github.com/jonreid/XcodeWarnings
7777

78-
WARNING_CFLAGS = -Weverything -Wno-error=deprecated -Wno-objc-missing-property-synthesis -Wno-gnu-conditional-omitted-operand -Wno-gnu -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-auto-import -Wno-missing-variable-declarations -Wno-c++98-compat -Werror -Wno-direct-ivar-access -Wno-padded -Wno-declaration-after-statement
78+
WARNING_CFLAGS = -Weverything -Wno-error=deprecated -Wno-objc-missing-property-synthesis -Wno-gnu-conditional-omitted-operand -Wno-gnu -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-auto-import -Wno-missing-variable-declarations -Wno-c++98-compat -Werror -Wno-direct-ivar-access -Wno-padded -Wno-declaration-after-statement -Wno-reserved-identifier -Wno-pre-c11-compat -Wno-switch-default
7979

8080
// Warnings
8181
CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES

0 commit comments

Comments
 (0)