Skip to content
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 with Visual Studio 2017 due to gtest #107

Closed
dirk-thomas opened this issue Jan 18, 2018 · 3 comments · Fixed by #110
Closed

compiler warnings with Visual Studio 2017 due to gtest #107

dirk-thomas opened this issue Jan 18, 2018 · 3 comments · Fixed by #110

Comments

@dirk-thomas
Copy link
Member

dirk-thomas commented Jan 18, 2018

E.g.:

urdf_parser\test\gtest\include\gtest/gtest-printers.h(500):
warning C4996: 'std::tr1': warning STL4002:
The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED. You can define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to acknowledge that you have received this warning.

The warnings have been fixed upstream so pulling a newer version of the googletest code will likely solve this.

@dirk-thomas
Copy link
Member Author

@scpeters Friendly ping.

@dirk-thomas
Copy link
Member Author

@scpeters Can you comment on this issue if it is realistic that this will be addressed?

@scpeters
Copy link
Contributor

see #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants