Unused variable (#14301)

This commit is contained in:
Ludy
2019-06-18 07:15:41 +02:00
committed by Scott Lahteine
parent 6b2d42434c
commit 2290b269dc
2 changed files with 4 additions and 1 deletions

View File

@ -778,6 +778,8 @@ void Temperature::_temp_error(const int8_t heater, PGM_P const serial_msg, PGM_P
}
else
disable_all_heaters(); // paranoia
#else
UNUSED(killed);
#endif
}