VS 2017 Command line error D8004
问题 I'm out of options, I'm trying to work with GoogleTest on Visual Studio 2017 Community but it gives me a lot of 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. I want to supress it, so I go under my Project Properties -> C/C++ -> Advanced -> Supress Specific Warnings and I try /wd4996 /wdSTL4002