Skip to content

Commit b8cdd37

Browse files
Merge pull request #809 from david-cermak/fix/mqtt_cxx_clang_tidy_warns
fix(mqtt_cxx): Fix clang-tidy warnings with C++ exceptions
2 parents 66a5ac0 + 40cce5e commit b8cdd37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_app/sdkconfig.defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
99
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
1010
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
1111
CONFIG_COMPILER_STACK_CHECK=y
12+
13+
# since mqtt-cxx uses exceptions
14+
CONFIG_COMPILER_CXX_EXCEPTIONS=y
15+
1216
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
1317
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
1418

0 commit comments

Comments
 (0)