no_warn_host.h 230 B

123456
  1. // Note: these undefs and defines are used to suppress warnings and errors when compiling esp32 idf on host gcc/clang
  2. #undef __nonnull
  3. #define __warning__ deprecated
  4. #define IRAM_ATTR
  5. #define __ESP_ATTR_H__
  6. #include <features.h>