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 <brand.christopher.c@gmail.com>
This commit is contained in:
+2
-1
@@ -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
|
`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
|
`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,
|
`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
|
is inside the pre-existing `#ifdef COLI_METAL` arm of `profile_print`, so the plain build
|
||||||
compiles none of it), and
|
compiles none of it), and
|
||||||
|
|||||||
Reference in New Issue
Block a user