enable MORE warnings

This commit is contained in:
jacqueline
2022-11-07 13:27:40 +11:00
parent d1f20b9bc8
commit c29c218b85
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ idf_component_register(
"playback.cpp" "display.cpp" "display-init.cpp"
INCLUDE_DIRS "include"
REQUIRES "esp_adc_cal" "fatfs" "audio_pipeline" "audio_stream" "result" "lvgl")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})
+1
View File
@@ -1,3 +1,4 @@
idf_component_register(
SRCS "main.cpp"
REQUIRES "drivers")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})