Wohin Fehlermeldungen? (Control_Surface vs. earlephilhower / arduino-pico)

Hallo zusammen,
ich bin zugegebenermaßen nicht besonders bewandert, was die tiefergehende Programmierung mit der Arduino-IDE angeht.
Trotzdem bekomme ich meine Mini-Projekte meist gut ans Laufen.

Jetzt ist mir aufgefallen, dass die (supertolle) Control_surface-Bibliothek sich nicht mit dem Board-Treiber (GitHub - earlephilhower/arduino-pico: Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards) verträgt.
Wie kann man das hinbekommen, dass einer von den Autoren das fixt?
Soweit ich es verstanden habe, ist es nur eine Compilerwarnung, die aufgrund einer Namensgleichheit besteht:

In file included from /Users/elmar/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Interface.hpp:5,
                 from /Users/elmar/Documents/Arduino/libraries/Control_Surface/src/Control_Surface/Control_Surface_Class.hpp:10,
                 from /Users/elmar/Documents/Arduino/libraries/Control_Surface/src/Control_Surface.h:16,
                 from /Users/elmar/Documents/Arduino/Moog_Programmer/Moog_Programmer.ino:6:
/Users/elmar/Documents/Arduino/libraries/Control_Surface/src/MIDI_Interfaces/MIDI_Staller.hpp:21:18: error: 'virtual void cs::MIDIStaller::handleStall()' was hidden [-Werror=overloaded-virtual=]
   21 |     virtual void handleStall() = 0;
      |                  ^~~~~~~~~~~
/Users/elmar/Documents/Arduino/libraries/Control_Surface/src/Def/MIDIAddress.hpp:113:7: note:   conversion of argument 1 would be ill-formed:
cc1plus: some warnings being treated as errors

Bibliothek Control Surface in Version 2.0.0 im Ordner: /Users/elmar/Documents/Arduino/libraries/Control_Surface  wird verwendet
Bibliothek SPI in Version 1.0 im Ordner: /Users/elmar/Library/Arduino15/packages/rp2040/hardware/rp2040/4.4.4/libraries/SPI  wird verwendet
exit status 1

Compilation error: exit status 1

Dafür gibt es auf github den Ordner issues, in deinem Fall also hier mal schauen, ob dein Problem schon bekannt ist.
Für genauere Kommentare habe ich das Problem allerdings nicht verstanden.

Wo siehst Du da eine Namensgleichheit?

[Edit] - Der Core von Earle Philhower wird in Control-Surface allerdings auch nicht offiziell unterstützt. Ein Beispiel kompiliert bei mir aber fehlerfrei.

Author of the Control Surface library here, excuse my English.

Which version of Control Surface are you using? The issue you've encountered has been fixed back in November:

Thx Pieter,
you’re right, but that version doesn’t work with the actual version of the library for the esp32.