mirror of https://github.com/PCSX2/pcsx2.git
Remove -Wno-char-subscripts, as it was there for supervu.
This commit is contained in:
parent
8023183999
commit
30ffda406c
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -14,11 +14,9 @@ endif()
|
|||
|
||||
set(CommonFlags
|
||||
-fno-strict-aliasing
|
||||
-Wno-parentheses
|
||||
-Wstrict-aliasing # Allow to track strict aliasing issue.
|
||||
-Wno-char-subscripts # only impact svu which is deprecated
|
||||
-Wno-parentheses
|
||||
-Wno-missing-braces
|
||||
#-Wno-ignored-attributes # don't remember why I put here but it is pure C option, therefore it complains for nothings on cpp files
|
||||
-DWX_PRECOMP
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue