-
Notifications
You must be signed in to change notification settings - Fork 214
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
Warnings when building with clang on Mac OS X #58
Comments
I think that the following pull request attempts to resolve this: However, the proposed changes do not yet test successfully when using MSVC on Windows. If you happen to have access to Windows and want to take a stab at it, I would be grateful. (: Though, if you are reporting this from OSX, you may not have Windows with MSVC installed. |
Yeah, sorry I don't have access to Windows. |
See [this issue](libcheck/check#58) for more information - this is basically a bug in check.
Same issue on my Mac (M1). I have Parallels (so I can try test proposed changes with MSVC on Win 11). check: 0.15.2 |
Hi,
I have just started using libcheck again for a new project. While the tests are working file, I am getting complier warnings with clang:
The hacky way to work round this is using the
-Wno-gnu-zero-variadic-macro-arguments
compiler flag. But I think it would be better to not have to do this.check: stable 0.10.0 (bottled)
Clang: Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Also slightly surprised nobody else seems to have reported this.
nick.
The text was updated successfully, but these errors were encountered: