mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
wbemprox-Win32_SystemEnclosure: Remove const to avoid warnings with gcc >= 5.0.
This commit is contained in:
parent
15041e6b96
commit
743184f7be
@ -90,7 +90,7 @@ index f1f51c5..21d0030 100644
|
||||
{ reg_enum_key, reg_enum_values, reg_get_stringvalue }
|
||||
};
|
||||
+
|
||||
+static const UINT16 chassistypes[] =
|
||||
+static UINT16 chassistypes[] =
|
||||
+{
|
||||
+ 1,
|
||||
+};
|
||||
|
Loading…
x
Reference in New Issue
Block a user