Skip to content

Conversation

@sudeep-mohanty
Copy link
Contributor

@sudeep-mohanty sudeep-mohanty commented Jan 22, 2026

Description

ESP-IDF MR 45069, 45375 enables -Wwrite-strings and -Werror=discarded-qualifiers in ESP-IDF CI builds. This PR fixes const qualifier violations in examples that use espressif/eppp_link managed component causing build failures.

Related


Note

Updates callback signature for const-correctness.

  • Change have_some_eppp_netif second parameter from void *ctx to const void *ctx to align with esp_netif_find_if usage and eliminate discarded-qualifiers warnings.

Written by Cursor Bugbot for commit 712e0a5. This will update automatically on new commits. Configure here.

Changed void *ctx parameter to const void *ctx to match esp_netif_find_if API signature that requires const void *ctx in the predicate function.
@CLAassistant
Copy link

CLAassistant commented Jan 22, 2026

CLA assistant check
All committers have signed the CLA.

@sudeep-mohanty sudeep-mohanty changed the title fix(eppp_link): Fix const qualifier violation in have_some_eppp_netif fix(eppp_link): Fix const qualifier violation in eppp_link Jan 22, 2026
@github-actions github-actions bot changed the title fix(eppp_link): Fix const qualifier violation in eppp_link fix(eppp_link): Fix const qualifier violation in eppp_link (IDFGH-17135) Jan 22, 2026
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Opened Issue is new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants