Fixed compile errors when building with -Werror

NOTE: Tests are skipped.
This commit is contained in:
Alistair Leslie-Hughes
2021-06-08 09:15:19 +10:00
parent 8a3554ad85
commit daec2e3662
18 changed files with 373 additions and 74 deletions

View File

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