1
0
Fork 0
forked from eden-emu/eden

Empty spaces

This commit is contained in:
Matías Locatti 2021-12-28 18:50:51 -03:00 committed by GitHub
parent 840d5520d2
commit c7235e67ef
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ struct FuncTraits<ReturnType_ (*)(Args...)> {
template <size_t I>
using ArgType = std::tuple_element_t<I, std::tuple<Args...>>;
};
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4702) // Ignore unreachable code warning