From e135119f1951c03b2ce262060e9ac930de479ed8 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 19 Jul 2026 09:41:50 -0700 Subject: [PATCH] Document current Metal warning baseline Record that the explicit Objective-C++ warning build reports only the pre-existing unused TG constant inherited from current dev. Co-authored-by: Christopher Brand --- SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 2947578..f4de311 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -235,7 +235,8 @@ existing disk/wait numbers. `[METAL] residency-set: on` / the two fallback stder `cd c && make glm METAL=1` and a separate explicit `-Wall -Wextra` compile of `backend_metal.mm` (the Makefile's `METALXX` line does not itself pass `-Wall -Wextra`, so -"clean under `-Wall -Wextra`" was checked with those flags added explicitly), plus +the warning surface was checked with those flags added explicitly; current `dev` contributes +one pre-existing `unused variable 'TG'` warning), plus `cd c && make glm` (plain, non-Metal — the one `colibri.c` instrumentation touch, the `METAL-RESSET` stats line, is inside the pre-existing `#ifdef COLI_METAL` arm of `profile_print`, so the plain build compiles none of it), and