Suppress MSVC warnings

This commit is contained in:
SChernykh
2022-05-11 10:55:36 +02:00
parent 92e20485b2
commit c3c326c680
2 changed files with 4 additions and 0 deletions

View File

@@ -500,6 +500,7 @@ struct DummyStream
#define SIDE_EFFECT_CHECK(level, ...) \
do { \
if (0) { \
MSVC_PRAGMA(warning(suppress:26444)) \
[=]() { \
log::DummyStream x; \
x << level << __VA_ARGS__; \