Implement warning diagnostic flags for RGBLINK (#1754)

This commit is contained in:
Rangi
2025-07-17 12:54:29 -04:00
committed by GitHub
parent 529989bde5
commit 5eb093f13e
15 changed files with 332 additions and 55 deletions

View File

@@ -71,7 +71,7 @@ tryCmpRomSize () {
}
rgblinkQuiet () {
out="$(env $RGBLINK "$@")" || return $?
out="$(env $RGBLINK -Weverything "$@")" || return $?
if [[ -n "$out" ]]; then
echo "$bold${red}Linking shouldn't produce anything on stdout!${rescolors}${resbold}"
false