wbemprox-Win32_SystemEnclosure: Remove const to avoid warnings with gcc >= 5.0.

This commit is contained in:
Sebastian Lackner 2015-04-18 17:08:09 +02:00
parent 15041e6b96
commit 743184f7be

View File

@ -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,
+};