Enable most warnings in GCC

This commit is contained in:
Nekotekina 2019-05-10 20:24:14 +03:00
parent 7492f335e9
commit 5d33d9a3d9
7 changed files with 40 additions and 10 deletions

View file

@ -3,6 +3,7 @@
#include "PPUThread.h"
#include "PPUInterpreter.h"
#include "Utilities/asm.h"
#include "Emu/Cell/Common.h"
#include <cmath>