mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Remove some inline compiler pragmas
This commit is contained in:
parent
7b54d386f2
commit
479a64c4e8
3 changed files with 0 additions and 15 deletions
|
@ -3218,11 +3218,6 @@ void spu_recompiler_base::dump(const spu_program& result, std::string& out)
|
|||
#pragma GCC diagnostic pop
|
||||
#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
|
||||
{
|
||||
// JIT Instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue