mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -446,7 +446,7 @@ void heap_caps_dump(uint32_t caps)
|
||||
}
|
||||
}
|
||||
|
||||
void heap_caps_dump_all()
|
||||
void heap_caps_dump_all(void)
|
||||
{
|
||||
heap_caps_dump(MALLOC_CAP_INVALID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user