Skip to content

A lot of compiler warnings that can easily fixed. #10

@ataweg

Description

@ataweg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions