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

Signed-off-by: zhang <zhangfengxi@huawei.com>
This commit is contained in:
zhang
2022-06-01 08:54:21 +08:00
parent fcdfc1b087
commit 0faaa014bb
+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;