mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 07:05:46 +00:00
Empty spaces
This commit is contained in:
parent
1a30c0a125
commit
244dff4e6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue