You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Fixed compile errors when building with -Werror
NOTE: Tests are skipped.
This commit is contained in:
@@ -1688,7 +1688,7 @@ index 00000000000..6fd35625006
|
||||
+
|
||||
+static HRESULT process_section(struct ciffile *file, struct inf_section *section, const char *section_name)
|
||||
+{
|
||||
+ HRESULT hr;
|
||||
+ HRESULT hr = S_OK;
|
||||
+ char *type;
|
||||
+
|
||||
+ if (!section_get_str(section, "SectionType", &type, "Component"))
|
||||
|
Reference in New Issue
Block a user