Fixes 2 Bugs and 13 Compiler Warnings #2244

Open
opened 2026-04-06 02:15:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @rubienr on 9/9/2025

Description

This PR:

  • Fixes #10652
  • Fixes 13 compiler warnings and 2 bugs:
    1. fixes: %g directive writing between 1 and 13 bytes into a region of size between 6 and 18 [-Wformat-overflow=] 🐞
    2. fixes: %5s directive writing between 5 and 63 bytes into a region of size 58 [-Wformat-overflow=] 🐞
    3. fixes: catching polymorphic type by value [-Wcatch-value=]
    4. fixes: [-Wcomment]
*Originally created by @rubienr on 9/9/2025* # Description This PR: - Fixes #10652 - Fixes 13 compiler warnings and 2 bugs: 1. fixes: %g directive writing between 1 and 13 bytes into a region of size between 6 and 18 [-Wformat-overflow=] :lady_beetle: 2. fixes: %5s directive writing between 5 and 63 bytes into a region of size 58 [-Wformat-overflow=] :lady_beetle: 3. fixes: catching polymorphic type by value [-Wcatch-value=] 4. fixes: [-Wcomment]
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#2244