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
What steps will reproduce the problem?
1. compile gtest.cc with mingw
What is the expected output? What do you see instead?
I expect no errors and no warnings.
MinGW reports:
gtest.cc:1929: warning: 'void testing::AddExceptionThrownFailure(DWORD, const
char*)' defined but not used
Which version of Google Mock are you using? On what operating system?
svn rev 452
Windows 7 32 Bit
Please provide any additional information below.
The "AddExceptionThrownFailure" method is only used for SEH exceptions, so it
should be enabled with GTEST_HAS_SEH, not GTEST_OS_WINDOWS.
I've attached a patch.
Original issue reported on code.google.com by rjmy...@gmail.com on 5 Aug 2010 at 1:14
Original issue reported on code.google.com by
rjmy...@gmail.com
on 5 Aug 2010 at 1:14Attachments:
The text was updated successfully, but these errors were encountered: