grpc/include
Michael Rebello 9c926f325d Resolve Swift warnings by specifying void arguments
The following functions in the `fork.h` file cause a `This function declaration is not a prototype` warning in Swift:
```
void grpc_prefork(void);

void grpc_postfork_parent(void);

void grpc_postfork_child(void);

void grpc_fork_handlers_auto_register(void);
```

Explicitly specifying `void` as the argument resolves the warnings.

Reproducible using Xcode 9.2 with `SwiftGRPC`/`gRPC-Core` via CocoaPods.
2018-05-10 13:27:23 -07:00
..
grpc Resolve Swift warnings by specifying void arguments 2018-05-10 13:27:23 -07:00
grpc++ Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
grpcpp Add a test that tcp server posix consumes socket mutators 2018-05-08 11:49:55 -07:00