mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
compiler: replaced noreturn by __noreturn__ in header files
* noreturn may be replaced by third-party macros, rendering it ineffective * Closes https://github.com/espressif/esp-idf/issues/11339
This commit is contained in:

committed by
Marius Vikhammer

parent
82c6c8149c
commit
a6cbf68991
@@ -217,7 +217,7 @@ static inline void rtc_suppress_rom_log(void)
|
||||
*
|
||||
* @return None
|
||||
*/
|
||||
void __attribute__((noreturn)) software_reset(void);
|
||||
void __attribute__((__noreturn__)) software_reset(void);
|
||||
|
||||
/**
|
||||
* @brief Software Reset digital core.
|
||||
|
Reference in New Issue
Block a user