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

Remove unknown warning #142

Closed
kseo opened this issue Apr 28, 2018 · 2 comments · Fixed by #209 or #214
Closed

Remove unknown warning #142

kseo opened this issue Apr 28, 2018 · 2 comments · Fixed by #209 or #214

Comments

@kseo
Copy link
Member

kseo commented Apr 28, 2018

warning: warning: unknown warning option '-Wno-nonnull-compare'; did you mean '-Wno-enum-compare'? [-Wunknown-warning-option]
warning: warning: unknown warning option '-Wno-nonnull-compare'; did you mean '-Wno-enum-compare'? [-Wunknown-warning-option]
@remagpie
Copy link
Contributor

Where did you get this warning?

@kseo
Copy link
Member Author

kseo commented Jun 9, 2018

@Kais-DkM Just by running CodeChain on my Mac.

sgkim126 pushed a commit that referenced this issue Jun 18, 2018
Fix: #142
Cause: Since -Wnonnull-compare build option is only available for gcc(https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#Warning-Options),
clang(used by Mac) could not resolve the flag. (https://clang.llvm.org/docs/DiagnosticsReference.html)
@remagpie remagpie reopened this Jun 18, 2018
remagpie pushed a commit that referenced this issue Jun 19, 2018
Fix: #142
Co-Authored-By: Joon-Mo Yang <kais-dkm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants