mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -220,6 +220,6 @@ void IRAM_ATTR _lock_release_recursive(_lock_t *lock) {
|
||||
/* No-op function, used to force linking this file,
|
||||
instead of the dummy locks implementation from newlib.
|
||||
*/
|
||||
void newlib_include_locks_impl()
|
||||
void newlib_include_locks_impl(void)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user