mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
Comment MSVC warning disable
This commit is contained in:
parent
d9a5ae712b
commit
fbc871bd14
@ -98,6 +98,7 @@ namespace chaiscript {
|
||||
return Handle_Return<Ret>::handle(call_func_impl(sig, std::index_sequence_for<Params...>{}, f, params, t_conversions));
|
||||
}
|
||||
|
||||
// MSVC has a broken warning for unreachable code in this block
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4702)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user