mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: remove/disable brace warning
This commit is contained in:
parent
afc4f3386a
commit
7318814474
|
@ -19,6 +19,7 @@ set(CommonFlags
|
|||
-Wno-parentheses
|
||||
-Wstrict-aliasing # Allow to track strict aliasing issue.
|
||||
-Wno-char-subscripts # only impact svu which is deprecated
|
||||
-Wno-missing-braces
|
||||
)
|
||||
|
||||
# set optimization flags
|
||||
|
|
|
@ -1016,7 +1016,7 @@ void SysCorePlugins::Load( const wxString (&folders)[PluginId_Count] )
|
|||
(int)x86caps.LogicalCores,
|
||||
sizeof(wchar_t),
|
||||
|
||||
0,0,0,0,0,0,
|
||||
{ 0,0,0,0,0,0 },
|
||||
|
||||
pcsx2_GetInt,
|
||||
pcsx2_GetBoolean,
|
||||
|
|
Loading…
Reference in New Issue