nagyistoce / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

VC++ 10 (compiler version 16.00.30319.01) produce C4127 warning under /W4 compiler option. #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Full error log:

Warning 1   warning C4127: conditional expression is constant   gmock-port.h    106
Warning 2   warning C4127: conditional expression is constant   gmock-port.h    106
Warning 3   warning C4127: conditional expression is constant   gmock-port.h    106
Warning 4   warning C4127: conditional expression is constant   gmock-port.h    106
Warning 5   warning C4127: conditional expression is constant   gmock-port.h    106
Warning 6   warning C4127: conditional expression is constant   gmock-port.h    106

Original issue reported on code.google.com by neoo...@gmail.com on 7 Feb 2011 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 16 Feb 2011 at 6:34