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

forbid to show the compiling information with "warn_unused_result" #2

Closed
zhangningbo opened this issue Sep 17, 2013 · 1 comment
Closed

Comments

@zhangningbo
Copy link

When you make, some information with "warn_unused_result" appears.

In file "/src/makefile", you can modify
CFLAGS = -lm -pthread -O2 -Wall -funroll-loops
to
CFLAGS = -lm -pthread -O2 -Wall -funroll-loops -Wno-unused-result

and then, the fly is gone.

arielf pushed a commit to arielf/word2vec that referenced this issue Jul 1, 2016
Suppress warning of the scanf unused return value.
@arielf
Copy link
Collaborator

arielf commented Jul 1, 2016

Thanks!
Fixed in this PR: #8

@dav dav closed this as completed Jul 1, 2016
dav added a commit that referenced this issue Jul 1, 2016
adamwulf pushed a commit to adamwulf/word2vec that referenced this issue Jun 13, 2017
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

No branches or pull requests

3 participants