-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix unknown pragma warning on MSVC in test_type_traits.cpp #4061
Fix unknown pragma warning on MSVC in test_type_traits.cpp #4061
Conversation
If the pragmas are not enclosed inside if-guards, then clang will complain about not recognizing |
Oh really? I just copy & pasted it from here and there is no pcl/common/include/pcl/point_cloud.h Lines 188 to 200 in 1a21a4b
|
ok @SergioRAgostinho you are right, macOS build is failing here (but why the hell not in But instead of fixing it by:
I could even use the shorter variant:
|
6ec3e78
to
9115616
Compare
No clue. I really did not dig deep. It was more reporting what I experienced in the past. The cleaner, the best. Go for it. |
Marking this as stale due to 30 days of inactivity. Commenting or adding a new commit to the pull request will revert this. |
Could you please rebase and trigger another rebuild? |
9115616
to
4a0a491
Compare
Done. Sorry for late response - didn't had time first and later our admins changed some certificates and my second PC didn't liked it (when I connected via RDP to the PC he lost the internet connection due to issues from 802.1X 😢 - hope it works now finally as before) |
Should fix MSVC warning on Azure: