-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For my project https://github.com/ataweg/CYD_ESP32_LVGL_EEZ I got a lot of compiler warnings that can easily fixed. Most of them are signed and unsigned issues. I attached two log files, For the first I used the esp-idf 5.3 default compiler settings and it produced a lot of warnings. It is just for reference. The second log file has some settings to reduce the warnings.
list( APPEND compile_options
"-Wno-error=format="
"-Wno-format"
"-Wno-unused-variable"
"-Wno-ignored-qualifiers"
)
list( APPEND cxx_compile_options
"-Wno-missing-field-initializers"
"-Wno-error=missing-field-initializers"
)
1st_run-CYD_ESP32_LVGL_EEZ.txt
2nd_run-CYD_ESP32_LVGL_EEZ.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels