spdlog/include
Vadim Zeitlin 6442963f49 Avoid harmless warning about unreachable statement in MSVS build
All MSVS versions >= 2015 warn about "return 0" after throw_spdlog_ex()
being unreachable in filesize(), so disable this warning in this
function (note that it can't be disabled inside it).
2021-05-06 22:02:25 +01:00
..
spdlog Avoid harmless warning about unreachable statement in MSVS build 2021-05-06 22:02:25 +01:00