mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-20 19:27:49 -04:00
fix: solve the HDF framework compilation problem when upgrading to clang12
Signed-off-by: zhang <zhangfengxi@huawei.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#define HDF_LOG_TAG driver_loader
|
||||
|
||||
int32_t HdfDriverEntryConstruct()
|
||||
int32_t HdfDriverEntryConstruct(void)
|
||||
{
|
||||
int i;
|
||||
struct HdfDriverEntry *driverEntry = NULL;
|
||||
|
||||
Reference in New Issue
Block a user