Fix RGBLINK and RGBGFX warning/error message colors

This commit is contained in:
Rangi42
2025-09-01 20:51:33 -04:00
parent 8df88f92ba
commit 2110aaca20
2 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ void warning(WarningID id, char const *fmt, ...) {
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
style_Set(stderr, STYLE_YELLOW, true);
style_Set(stderr, STYLE_RED, true);
fprintf(stderr, " [-Werror=%s]\n", flag);
style_Reset(stderr);