Enable -Wwrite-strings when compiling IDF's own C files

This commit is contained in:
Roland Dobai
2018-04-06 16:04:13 +02:00
parent f7b7b4ef59
commit 33480d1a2c
3 changed files with 19 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ CONFIG_STACK_CHECK=y
CONFIG_SUPPORT_STATIC_ALLOCATION=y
CONFIG_ESP_TIMER_PROFILING=y
CONFIG_ADC2_DISABLE_DAC=n
CONFIG_WARN_WRITE_STRINGS=y