-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
Unable to build with -Wall -Werror flags and GCC #620
Labels
Comments
r2d2leboss
changed the title
Unable to build with -Wall -Werror flag and GCC
Unable to build with -Wall -Werror flags and GCC
Feb 27, 2018
I will address this in next release |
One issue left:
|
I also got this problem: |
This was referenced Feb 21, 2020
Also facing this :
Did you manage to get rid of this ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using
-Wall -Werror
and we would like to add Easylogging++ support. However, it looks like Easylogging++ is unable to build with-Wall -Werror
flags. I can't even compile the hello world provided in the README. Output is given below. I don't have errors with Clang.To reproduce:
main.cpp
Output:
The text was updated successfully, but these errors were encountered: