Skip to content

fix(display): Remove unnecessary enum-enum conversion warning which can trigger compile errors#629

Merged
finger563 merged 1 commit into
mainfrom
fix/display-warn
Jun 3, 2026
Merged

fix(display): Remove unnecessary enum-enum conversion warning which can trigger compile errors#629
finger563 merged 1 commit into
mainfrom
fix/display-warn

Conversation

@finger563
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 2, 2026 13:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a compiler warning-suppression flag from the display component’s build configuration to avoid toolchain-specific failures (e.g., “unknown warning option” errors) while building LVGL-based display code.

Changes:

  • Delete -Wno-deprecated-enum-enum-conversion from components/display build flags.
  • Remove the associated explanatory comment in the component CMakeLists.txt.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

✅Static analysis result - no issues found! ✅

@finger563 finger563 merged commit 129578b into main Jun 3, 2026
107 of 109 checks passed
@finger563 finger563 deleted the fix/display-warn branch June 3, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants