Browse Source

Empty spaces

pull/15/merge
Matías Locatti 4 years ago
committed by GitHub
parent
commit
c7235e67ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/shader_recompiler/backend/spirv/emit_spirv.cpp

2
src/shader_recompiler/backend/spirv/emit_spirv.cpp

@ -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…
Cancel
Save