mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +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
|
@ -1319,11 +1319,6 @@ extern void ppu_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)
|
||||
{
|
||||
if (g_cfg.core.ppu_decoder != ppu_decoder_type::llvm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue