mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'bugfix/smtp_strict_prototypes_fix' into 'master'
Fixes for CI regresions See merge request espressif/esp-idf!7511
This commit is contained in:
@@ -497,7 +497,7 @@ exit:
|
|||||||
vTaskDelete(NULL);
|
vTaskDelete(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void app_main()
|
void app_main(void)
|
||||||
{
|
{
|
||||||
ESP_ERROR_CHECK(nvs_flash_init());
|
ESP_ERROR_CHECK(nvs_flash_init());
|
||||||
ESP_ERROR_CHECK(esp_netif_init());
|
ESP_ERROR_CHECK(esp_netif_init());
|
||||||
|
@@ -44,6 +44,9 @@ if [ -z ${CI_NODE_INDEX} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
export EXTRA_CFLAGS="${PEDANTIC_CFLAGS:-}"
|
||||||
|
export EXTRA_CXXFLAGS="${PEDANTIC_CXXFLAGS:-}"
|
||||||
|
|
||||||
set -o nounset # Exit if variable not set.
|
set -o nounset # Exit if variable not set.
|
||||||
|
|
||||||
export REALPATH=realpath
|
export REALPATH=realpath
|
||||||
|
Reference in New Issue
Block a user