Fixes 1 potential Bug and 3 Warnings #2216

Closed
opened 2026-04-06 01:48:26 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @rubienr on 9/13/2025

Description

This PR:

  • Fixes #10652
  • Fixes 2 compiler warnings and 1 potential bug:
    • fixes: the address of int construct_assemble_list(...) will never be NULL [-Waddress]
    • fixes: possibly dangling reference to a temporary [-Wdangling-reference] :lady_beetle:
*Originally created by @rubienr on 9/13/2025* # Description This PR: - Fixes #10652 - Fixes 2 compiler warnings and 1 potential bug: - fixes: the address of int construct_assemble_list(...) will never be NULL [-Waddress] - fixes: possibly dangling reference to a temporary [-Wdangling-reference] :lady_beetle::grey_question:
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#2216