I am getting this warning when i build marlin and one of my 4 z axis motors is not working. I've copied my configuration over from v 2.0.9.1 and double checked I've copied everything over correctly.
Marlin\src\inc\Warnings.cpp:199:4: warning: #warning "Auto-assigned Z3 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs." [-Wcpp]
199 | #warning "Auto-assigned Z3 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs."
| ^~~~~~~
Marlin\src\inc\Warnings.cpp:251:4: warning: #warning "Auto-assigned Z4 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs." [-Wcpp]
251 | #warning "Auto-assigned Z4 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs."