> This is the compiler treating the strict prototype warning as an > error. You could get around this by using the ALLOW_WARNINGS=yes > makeflag supported by the Makefile of the QMK firmware project. > > make <make-target> ALLOW_WARNINGS=yes >
It worked! Thanks a lot.