pcsx2: remove/disable brace warning

This commit is contained in:
Gregory Hainaut 2014-07-12 16:04:07 +02:00
parent afc4f3386a
commit 7318814474
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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,