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

Cleanup esp32 warnings and lock down libraries #27672

Open
wants to merge 3 commits into
base: bugfix-2.1.x
Choose a base branch
from

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Feb 5, 2025

Description

Fixes these warnings

Marlin/src/libs/numtostr.cpp:28:32: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"

cc1plus: warning: unrecognized command line option '-Wno-volatile'

Library Manager: Warning! More than one package has been found by AsyncTCP requirements:
Library Manager: - me-no-dev/[email protected]
Library Manager: - mathieucarbou/[email protected]
Library Manager: - esp32async/[email protected]
Library Manager: - willmmiles/[email protected]
Library Manager: - kubafilinger/[email protected]
Library Manager: - zeed/[email protected]
Library Manager: - tiotlab/[email protected]

Library Manager: Warning! More than one package has been found by ESP Async WebServer requirements:
Library Manager: - mathieucarbou/ESP Async [email protected]
Library Manager: - zeed/ESP Async [email protected]
Library Manager: - sbkila/ESP Async [email protected]

Requirements

esp32 based board

Benefits

Less warnings

Configurations

Example Configuration.zip

Related Issues

  • [BUG] Errors compiling marlin for MKS Tinybee #27660
  • @thisiskeithb thisiskeithb linked an issue Feb 5, 2025 that may be closed by this pull request
    1 task
    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.

    [BUG] Errors compiling marlin for MKS Tinybee
    1 participant