include string_util.h for the prototype of gpr_strdup and fix a typo.#2057
include string_util.h for the prototype of gpr_strdup and fix a typo.#2057ctiller merged 1 commit intogrpc:masterfrom
Conversation
Fixes two warnings in log_win32.c under msvc2015 log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int' and corrects a typo in an error message
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
On 6/14/2015 9:18 PM, googlebot wrote:
|
|
CLAs look good, thanks! |
include string_util.h for the prototype of gpr_strdup and fix a typo.
Fixes two warnings in log_win32.c under msvc2015
log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int
log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int'
and corrects a typo in an error message