List Question
8 TechQA 2024-03-01T15:51:04.553000Can I get MSVC to be less strict about "C4127: conditional expression is constant"
107 views
Asked by einpoklum
warning C4127: conditional expression is constant in cl command
793 views
Asked by user2931858
is `warning C4127` (conditional expression is constant) ever helpful?
4.2k views
Asked by Mohit Jain
C4127: Conditional Expression is Constant
20.2k views
Asked by Christopher Berman
CppUnit expect exception with Assert Throw compiles with warning C4127
4.8k views
Asked by Hannes M
How to disable C4127 for do {} while(false)
6.3k views
Asked by q0987
Why MSVC generates warning C4127 when constant is used in "while" - C
3.8k views
Asked by Navaneeth K N
odd "warning C4127: conditional expression is constant" under VS2005
2.9k views
Asked by Jim Buck