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 compiler warnings #42

Closed
luizperes opened this issue May 24, 2017 · 1 comment
Closed

Fix compiler warnings #42

luizperes opened this issue May 24, 2017 · 1 comment

Comments

@luizperes
Copy link
Member

Check and fix:

warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]

@luizperes luizperes self-assigned this May 24, 2017
@rafaelcn rafaelcn self-assigned this Oct 16, 2017
@rafaelcn rafaelcn added this to the 1.1 milestone Oct 16, 2017
rafaelcn added a commit to rafaelcn/brain that referenced this issue Oct 16, 2017
    Following the link below we can see that this is a bug in llvm
config, not our fault. So I'm adding the -Wno-unknown-option to Makefile

Link atesting the bug: https://bugs.llvm.org/show_bug.cgi?id=24979

Signed-off-by: Rafael Campos Nunes <rafaelnunes@engineer.com>
rafaelcn added a commit that referenced this issue Oct 16, 2017
@rafaelcn
Copy link
Collaborator

Fixed as per #50.

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

No branches or pull requests

2 participants