1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 12:04:19 +00:00

🎨 Suppress warning (#25529)

This commit is contained in:
Davide Rombolà 2023-03-18 07:35:54 +01:00 committed by Scott Lahteine
parent dcbba65962
commit 821d7969f4

View File

@ -53,6 +53,8 @@ static void set_stealth_status(const bool enable, const int8_t eindex) {
constexpr int8_t index = -1;
#endif
UNUSED(index);
LOOP_LOGICAL_AXES(i) if (parser.seen(AXIS_CHAR(i))) {
switch (i) {
case X_AXIS: