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

changes to src/runtime/stream/stream.c breaks compilation. #422

Closed
TheGrandmother opened this issue May 19, 2016 · 0 comments · Fixed by #423
Closed

changes to src/runtime/stream/stream.c breaks compilation. #422

TheGrandmother opened this issue May 19, 2016 · 0 comments · Fixed by #423
Assignees

Comments

@TheGrandmother
Copy link
Contributor

On the latest version of development compilation breaks with the following error message:

==== Building stream (debug) ====
Creating obj/debug/Debug/stream
stream.c
../stream/stream.c:44:22: error: static declaration of 'scons_mk' follows non-static declaration
 static struct scons *scons_mk(pony_ctx_t *ctx, pony_type_t *type){
kikofernandez pushed a commit that referenced this issue May 19, 2016
the function `scons_mk` had internal linking and should have external linking instead. closes #422
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 a pull request may close this issue.

3 participants