kopia lustrzana https://github.com/espressif/esp-idf
newlib: fix errors for GCC 8 support
components/newlib/include/sys/reent.h:405:11: error: unnecessary parentheses in declaration of '_sig_func' [-Werror=parentheses] void (**(_sig_func))(int); ^pull/2162/head
rodzic
fdee0b64a0
commit
93f6700be7
|
@ -402,7 +402,7 @@ struct _reent
|
|||
char *_asctime_buf;
|
||||
|
||||
/* signal info */
|
||||
void (**(_sig_func))(int);
|
||||
void (**_sig_func)(int);
|
||||
|
||||
# ifndef _REENT_GLOBAL_ATEXIT
|
||||
/* atexit stuff */
|
||||
|
|
Ładowanie…
Reference in New Issue