Skip to content

Commit 4173add

Browse files
committed
Add suffix to linker hack
1 parent e096cf2 commit 4173add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/base/NSURLSession/simpleTaskTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import <Foundation/Foundation.h>
22

33
#if defined(__OBJC__) && defined(__clang__) && defined(_MSC_VER)
4-
id __work_around_clang_bug = @"__unused__";
4+
id __work_around_clang_bug2 = @"__unused__";
55
#endif
66

77
#if GS_HAVE_NSURLSESSION

Tests/base/NSURLSession/uploadTaskTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <Foundation/NSString.h>
55

66
#if defined(__OBJC__) && defined(__clang__) && defined(_MSC_VER)
7-
id __work_around_clang_bug = @"__unused__";
7+
id __work_around_clang_bug2 = @"__unused__";
88
#endif
99

1010
#if GS_HAVE_NSURLSESSION

0 commit comments

Comments
 (0)