Skip to content

Commit

Permalink
Add suffix to linker hack
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Sep 9, 2024
1 parent e096cf2 commit 4173add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/base/NSURLSession/simpleTaskTests.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>

#if defined(__OBJC__) && defined(__clang__) && defined(_MSC_VER)
id __work_around_clang_bug = @"__unused__";
id __work_around_clang_bug2 = @"__unused__";
#endif

#if GS_HAVE_NSURLSESSION
Expand Down
2 changes: 1 addition & 1 deletion Tests/base/NSURLSession/uploadTaskTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Foundation/NSString.h>

#if defined(__OBJC__) && defined(__clang__) && defined(_MSC_VER)
id __work_around_clang_bug = @"__unused__";
id __work_around_clang_bug2 = @"__unused__";
#endif

#if GS_HAVE_NSURLSESSION
Expand Down

0 comments on commit 4173add

Please sign in to comment.