-
Notifications
You must be signed in to change notification settings - Fork 149
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
Compiler warnings #964
Comments
Compiler warnings under FreeBSD (FreeBSD 13.0 Release, FreeBSD clang 11.0.1).
|
@mcuee could you post your CMake output? Looks like it checks |
Please refer to the log here. The compiler warning is there with or without the old libftdi 0.x version installed. |
Here is the case with both libftdi0 (0.x API) and libftdi (1.0 API) installed under Homebrew.
|
Here is the log without libftdi0 installed.
|
@yegorich I was talking about macOS. I will check out FreeBSD later. |
FreeBSD build log with both libftdi (0.x API_ and libftdi1 (1.0 API) installed. No warnings in this case.
|
FreeBSD build log without libftdi and only with libftdi1.
|
More compiler warnings with MSYS2 mingw64.
|
More compiler warnings with MSYS2 mingw gcc 11.3.0.
|
Fixed by PR #1059 (as far as poss) |
Not so sure if we need to report such issues or not.
For example, under macOS (Mac Mini M1) with Apple clang.
BTW, no warnsing under Windows with either MSVC or MSYS2 mingw32/mingw64. No warnings under Ubuntu 20.04 either.
The text was updated successfully, but these errors were encountered: