Fix some compile warnings (#12220)

This commit is contained in:
Scott Lahteine
2018-10-26 03:53:06 -05:00
committed by GitHub
parent dacb5324e8
commit d015f746cc
5 changed files with 6 additions and 6 deletions

View File

@ -927,7 +927,7 @@ void MarlinSettings::postprocess() {
//
{
#if DISABLED(ADVANCED_PAUSE_FEATURE)
const fil_change_settings_t fc_settings[EXTRUDERS] = { { 0 } };
const fil_change_settings_t fc_settings[EXTRUDERS] = { 0, 0 };
#endif
_FIELD_TEST(fc_settings);
EEPROM_WRITE(fc_settings);