-
Notifications
You must be signed in to change notification settings - Fork 133
clang >= 3.7 incompatibility #119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@konserw what Linux distro are you using? I can't reproduce it on Ubuntu with clang++ 3.8.0-2ubuntu4 |
Arch Linux (Antegros) But the warning is also visible on travis OSX jobs, for instance: https://travis-ci.org/cucumber/cucumber-cpp/jobs/214419938 |
I must have done something wrong the first time. Now I can see the warning :-) |
Hello,
I've just noticed 2 problems when compiling with clang version 3.8.1 on GNU/Linux (most probably problem exists for clang >= 3.7 both on Linux and MAC)
expression with side effects will be evaluated despite being used as an operand to 'typeid'
on lines where
EXPECT_PTRTYPE
macro is usedThe following tests FAILED: 21 - SocketServerTest.exitsOnFirstConnectionClosed (OTHER_FAULT) 22 - SocketServerTest.moreThanOneClientCanConnect (OTHER_FAULT) 23 - SocketServerTest.receiveAndSendsSingleLineMassages (OTHER_FAULT)
Those 2 issues may or may not be connected with each other. Everything works perfectly fine using gcc 6.1.1 and of course on our CI builds.
I'm not sure how to fix that, but please let me know if I can help with this ;)
The text was updated successfully, but these errors were encountered: