Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flb_pipe: add cast to character pointer type for VC++ #989

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

fujimotos
Copy link
Member

This allows us to compile flb_pipe.c without errors on both Linux
and Windows.

Basically, we need to pass a char pointer to recv/send on Windows;
Otherwise VC++ will complain "void * unknown size" and the compilation
process fails.

Main issue link: #960

This allows us to compile flb_pipe.c without errors on both Linux
and Windows.

Basically, we need to pass a char pointer to recv/send on Windows;
Otherwise VC++ will complain "void * unknown size" and the compilation
process fails.

Signed-off-by: Fujimoto Seiji <[email protected]>
@edsiper edsiper merged commit 8e6e922 into fluent:master Dec 24, 2018
@fujimotos fujimotos deleted the sf/pipe-cast branch December 28, 2018 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants