Try to ignore some annoying warning (seems CIB)

This commit is contained in:
Nekotekina 2020-02-17 20:47:31 +03:00
parent aa14432846
commit 244e74ebe2
3 changed files with 19 additions and 0 deletions

View file

@ -1319,6 +1319,11 @@ 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)