mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-16 03:40:27 +00:00
Remove some inline compiler pragmas
This commit is contained in:
parent
7b54d386f2
commit
479a64c4e8
@ -37,11 +37,6 @@
|
|||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Winit-list-lifetime"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum class i2 : char
|
enum class i2 : char
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
@ -1319,11 +1319,6 @@ extern void ppu_initialize()
|
|||||||
spu_cache::initialize();
|
spu_cache::initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Winit-list-lifetime"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern void ppu_initialize(const ppu_module& info)
|
extern void ppu_initialize(const ppu_module& info)
|
||||||
{
|
{
|
||||||
if (g_cfg.core.ppu_decoder != ppu_decoder_type::llvm)
|
if (g_cfg.core.ppu_decoder != ppu_decoder_type::llvm)
|
||||||
|
@ -3218,11 +3218,6 @@ void spu_recompiler_base::dump(const spu_program& result, std::string& out)
|
|||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Winit-list-lifetime"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
|
class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
|
||||||
{
|
{
|
||||||
// JIT Instance
|
// JIT Instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user