tr00per / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

Compiling gtest in Visual Studio 2005 with Warning Level 4 is not clean #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Convert the Visual Studio 2003 solution files to Visual Studio 2005
2. Change the warning level from 3 to 4
3. Compile the gtest library

What is the expected output? What do you see instead?
I expected a clean compile with no warnings, I got a number of warnings
(please refer to the attached file).

What version of the product are you using? On what operating system?
gtest 1.2.1
Visual Studio 2005

Original issue reported on code.google.com by ergin...@gmail.com on 15 Dec 2008 at 6:43

Attachments:

GoogleCodeExporter commented 9 years ago
Added as per request from discussion group thread
http://groups.google.com/group/googletestframework/browse_thread/thread/4bcf8a80
dc95347d

Original comment by ergin...@gmail.com on 15 Dec 2008 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by shiq...@gmail.com on 15 Dec 2008 at 7:30

GoogleCodeExporter commented 9 years ago
Is any work being done on this?

Just interested because if it's not getting fixed soon I'll just turn off that
specific warning for my test project.

Original comment by simonr...@gmail.com on 22 Sep 2009 at 7:07

GoogleCodeExporter commented 9 years ago
Fixed in the trunk now.

Original comment by zhanyong...@gmail.com on 23 Sep 2009 at 10:35