The GitHub Actions job "mainline-only" on tvm-ffi.git/main has failed. Run started by GitHub user tqchen (triggered by tqchen).
Head commit for run: 99238160e31395aff007a951a09b61fd4f4526e3 / Tianqi Chen <[email protected]> Avoid unused type_index local in structural visit (#629) This removes the local `type_index` variable in `StructuralWalkCallbackVisitorObj::VisitImpl` and passes the type predicate directly to `TVM_FFI_UNSAFE_ASSUME`. The previous local could trigger `-Wunused-variable` under configurations where the unsafe-assume macro compiles away or does not count as a use, causing warning-as-error builds to fail. Validation: - `git diff --check` - `pre-commit run --files include/tvm/ffi/extra/structural_visit.h` Report URL: https://github.com/apache/tvm-ffi/actions/runs/27708441267 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
