From 0c233618892636b0be6dec1185de46d48a2862c4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 25 Apr 2025 10:53:16 -0400 Subject: Clang fixes --- src/stdlib/stdlib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/stdlib.c') diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c index cc0ea114..c1aba23c 100644 --- a/src/stdlib/stdlib.c +++ b/src/stdlib/stdlib.c @@ -490,7 +490,6 @@ public void start_inspect(const char *filename, int64_t start, int64_t end) _inspect_depth += 1; } -__attribute__((nonnull)) public void end_inspect(const void *expr, const TypeInfo_t *type) { _inspect_depth -= 1; -- cgit v1.2.3