Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(network_prov): Fix warning of unused_function or unused_variable (IEC-227) #434

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

wqx6
Copy link
Contributor

@wqx6 wqx6 commented Oct 17, 2024

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

For some examples which download this managed component of network_provisioning it could never use this component (neither CONFIG_NETWORK_PROV_NETWORK_TYPE_WIFI nor CONFIG_NETWORK_PROV_NETWORK_TYPE_THREAD not selected ) but the examples would compile the sources in the component. which would result in the warnings of unused_function or unused_variable.

@github-actions github-actions bot changed the title fix(network_prov): Fix warning of unused_function or unused_variable fix(network_prov): Fix warning of unused_function or unused_variable (IEC-227) Oct 17, 2024
@wqx6 wqx6 force-pushed the network_prov/fix_unused_warning branch from 21b584d to 0b2454b Compare November 11, 2024 04:19
@chshu chshu enabled auto-merge November 11, 2024 04:22
@chshu chshu merged commit d3e5a00 into espressif:master Nov 11, 2024
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants