Skip to content
Snippets Groups Projects
Commit 4a77f3b3 authored by murgatroid99's avatar murgatroid99
Browse files

Remove const cast warning in GRPCSecureChannel.m

parent 66daf234
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
@implementation GRPCSecureChannel
- (instancetype)initWithHost:(NSString *)host {
static const grpc_credentials *kCredentials;
static grpc_credentials *kCredentials;
static dispatch_once_t loading;
dispatch_once(&loading, ^{
// Do not use NSBundle.mainBundle, as it's nil for tests of library projects.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment