mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-22 12:15:55 -04:00
!1018 fix: solve the HDF framework compilation problem when upgrading to clang12
Merge pull request !1018 from Zhang/master
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