You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on Windows using Visual Studio 2017, the following warnings is displayed whenever a file is including google's test header gtest-printers.h:
D:\dev\RapidAssist\third_parties\googletest\install\include\gtest/gtest-printers.h(605): 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. [D:\RapidAssist\build\src\rapidassist\rapidassist.vcxproj]
There are multiple warnings which create scrolling blindness. This specific warnings should be disabled since it comes from an external library (googletest).
The text was updated successfully, but these errors were encountered:
end2endzone
changed the title
Silence warning C4996 about deprecated 'std::tr1' namespace
Silence warning C4996 about deprecated 'std::tr1' namespace - Windows only.
Oct 3, 2021
When building on Windows using Visual Studio 2017, the following warnings is displayed whenever a file is including google's test header
gtest-printers.h
:There are multiple warnings which create scrolling blindness. This specific warnings should be disabled since it comes from an external library (googletest).
The text was updated successfully, but these errors were encountered: