mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 00:10:08 +01: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
550c5b4195
commit
fa099f23f3
@@ -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