Merge branch 'bugfix/strict_prototypes' into 'master'

Enable strict prototypes checks

Closes IDFGH-757

See merge request espressif/esp-idf!4546
This commit is contained in:
Angus Gratton
2019-08-05 09:38:39 +08:00
530 changed files with 1422 additions and 1387 deletions
@@ -16,7 +16,7 @@
#include "esp_flash_encrypt.h"
#include "esp_efuse_table.h"
void app_main()
void app_main(void)
{
uint32_t flash_crypt_cnt = 0;
esp_flash_enc_mode_t mode;