mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 02:28:06 -05:00
Empty spaces
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user