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.
E.g.:
The warnings have been fixed upstream so pulling a newer version of the
googletest
code will likely solve this.