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

Fix for go 1.10: Removed -w flag and fixed CGO warning. Removed not needed spaces. #113

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Conversation

Aukstkalnis
Copy link

I fixed the problem for go 1.10 not compiling because of cgo -w flag. After removing this flag cgo started showing warnings so I fixed them as well. Also I changed code style for callback.c file because there were mismatch in spacing after '(' and before ')' parentheses :)

@pravic pravic merged commit 8b23655 into sciter-sdk:master Feb 20, 2018
@pravic
Copy link
Member

pravic commented Feb 20, 2018

Thanks! Fixes #111.

And now I realized that Go has only mutable pointers. Funny Go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants