Akademy feature request: kdesrc-build should make an effort to show compiler warnings for each module and report that out as a separate statistic. Potentially (as a separate feature), to show the raw console output for the compile process in addition to sending it to the output logs. For extra credit, kdesrc-build could compare to previous builds and flag if there are more warnings than had been present at the last run.
See commit b0a2d048bd3b2ab06f591bfeffb7c3f0cc7914fb for now, which does a very simple grep for 'warning: ' in the compiler output and outputs the resultant count if that count is >0.
Move to https://invent.kde.org/sdk/kde-builder/-/issues/69