So I got marlin to compile finally. I tried to use the old config file with the newly downloaded marlin 2.0.X bugfix and it wouldn't work. I ended up having to completely delete the entire folder and start over from zip file. I used the older config.h values and changed the new file. now it compiles successfully but I get this one problem in the build. here is the terminal output that comes up in yellow:
Building in release mode
Compiling .pio\build\STM32F103RC_btt\src\src\gcode\lcd\M0_M1.cpp.o
Marlin\src\gcode\lcd\M0_M1.cpp: In static member function 'static void GcodeSuite::M0_M1()':
Marlin\src\gcode\lcd\M0_M1.cpp:59:14: warning: unused variable 'seenQ' [-Wunused-variable]
const bool seenQ = parser.seen('Q');
Is this anything to be concerned about?
Building in release mode
Compiling .pio\build\STM32F103RC_btt\src\src\gcode\lcd\M0_M1.cpp.o
Marlin\src\gcode\lcd\M0_M1.cpp: In static member function 'static void GcodeSuite::M0_M1()':
Marlin\src\gcode\lcd\M0_M1.cpp:59:14: warning: unused variable 'seenQ' [-Wunused-variable]
const bool seenQ = parser.seen('Q');
Is this anything to be concerned about?