Skip to content

Fix build error #114

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

Merged
merged 1 commit into from
Feb 9, 2017
Merged

Fix build error #114

merged 1 commit into from
Feb 9, 2017

Conversation

AlexMasterov
Copy link
Contributor

This fixes the build error:

/tmp/tarantool-php/src/tarantool_network.c: In function 'tntll_stream_fpid2':
/tmp/tarantool-php/src/tarantool_network.c:43:9: error: 'rv' undeclared (first use in this function)
  return rv;
         ^~
/tmp/tarantool-php/src/tarantool_network.c:43:9: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:195: src/tarantool_network.lo] Error 1

'rv' variable is undeclared and second 'return' is not needed here.
@bigbes bigbes merged commit de17ac9 into tarantool:php7-v2 Feb 9, 2017
@bigbes
Copy link
Contributor

bigbes commented Feb 9, 2017

Sorry for this stupid mistake. Great PR, thank you!

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