mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 20:05:25 +02:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -200,6 +200,6 @@ int pthread_cond_destroy(pthread_cond_t *cv)
|
||||
}
|
||||
|
||||
/* Hook function to force linking this file */
|
||||
void pthread_include_pthread_cond_var_impl()
|
||||
void pthread_include_pthread_cond_var_impl(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user