mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esp_system): fix gcc 13.1.0 warnings
This commit is contained in:
parent
295f9cdd56
commit
76dfcac597
@ -255,8 +255,8 @@ typedef struct {
|
||||
* @brief Symbols defined by the linker.
|
||||
* Retrieve the addresses of both .eh_frame_hdr and .eh_frame sections.
|
||||
*/
|
||||
extern char __eh_frame_hdr;
|
||||
extern char __eh_frame;
|
||||
extern void *__eh_frame_hdr;
|
||||
extern void *__eh_frame;
|
||||
|
||||
/**
|
||||
* @brief Decode multiple bytes encoded in LEB128.
|
||||
|
Loading…
Reference in New Issue
Block a user