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

Merged
merged 4 commits into from
Mar 21, 2025

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
    @thinkyhead thinkyhead merged commit a68b70d into MarlinFirmware:bugfix-2.1.x Mar 21, 2025
    64 checks passed
    @ellensp ellensp deleted the cleanup-esp32 branch March 21, 2025 02:53
    bmourit pushed a commit to bmourit/Marlin_MFL that referenced this pull request Mar 21, 2025
    bmourit pushed a commit to bmourit/Marlin_MFL that referenced this pull request Mar 22, 2025
    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
    2 participants