diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2023-07-11 16:14:07 +0200 |
|---|---|---|
| committer | Kai Köhne <kai.koehne@qt.io> | 2023-07-18 14:48:19 +0200 |
| commit | 892448b6e027236228b2c6429a6453c038b5c403 (patch) | |
| tree | 59f2163944d316931f089faa12c6d8055bf3143f /src/testlib/doc/snippets/code | |
| parent | 3bb488fb2ac2e11602fe74dae35d074223d3192a (diff) | |
Make Qt headers work with MSVC /W4
This requires explicitly marking constexpr if conditions to fix C4127
issues:
qtbase/src/corelib/text/qstringbuilder.h(112):
error C2220: the following warning is treated as an error
qtbase/src/corelib/text/qstringbuilder.h(112):
warning C4127: conditional expression is constant
qtbase/src/corelib/text/qstringbuilder.h(112):
note: consider using 'if constexpr' statement instead
Change-Id: I9787fb37099f811c52f93c94c9edb4da8aafdfe5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/testlib/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions
