-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
clang 4.0.0+ can not compile version 1.4.0 #628
Comments
This is the same error as build with ninja and GCC in PR #624. We need to fix this in the logging module. |
we can use strrchr for extracting the base name. |
Yes for windows you can have multiple path separators (cygwin/mingw/native). |
Is it still a bug? |
I've checked very last "master" (95b6e03), and it build flawlessly with clang 5.0.0 on 64-bit system. |
Thanks all for being proactive. Probably fixed this issue by PR #648 |
clang 4.0.0 or newer can not compile 1.4.0 release because it uses
in
CFlags.cmake
, and later add integer to string literal (in logging code), which is warning for clang. Build log is attached,build.txt
The text was updated successfully, but these errors were encountered: