Prevent rgblink -Wno-* disabled warnings from printing a location trace anyway

Fixes #2005
This commit is contained in:
Rangi
2026-07-04 23:02:16 -04:00
committed by Rangi
parent 799c55b4dd
commit de36a11be7
7 changed files with 24 additions and 5 deletions
+4
View File
@@ -142,6 +142,10 @@ linked in various ways depending on the test.
These simply check that RGBLINK's output matches some expected output.
If a `.flags` file exists, its first line contains flags to pass to RGBLINK.
(There may be more lines, which will be ignored; they can serve as comments to
explain what the test is about.)
A `.out` file **must** exist, and RGBLINK's total output must match that file's
contents.