!1018 fix: solve the HDF framework compilation problem when upgrading to clang12

Merge pull request !1018 from Zhang/master
This commit is contained in:
openharmony_ci
2022-06-01 02:32:39 +00:00
committed by Gitee
+1 -1
View File
@@ -13,7 +13,7 @@
#define HDF_LOG_TAG driver_loader
int32_t HdfDriverEntryConstruct()
int32_t HdfDriverEntryConstruct(void)
{
int i;
struct HdfDriverEntry *driverEntry = NULL;