diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 10:53:16 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-25 10:53:16 -0400 |
| commit | 0c233618892636b0be6dec1185de46d48a2862c4 (patch) | |
| tree | 5ea1303c42185118138d50b60c7f4f8090d493b2 /src/stdlib/stdlib.c | |
| parent | f6bce464c79de1e7f3e66046628e3ffada7246d9 (diff) | |
Clang fixes
Diffstat (limited to 'src/stdlib/stdlib.c')
| -rw-r--r-- | src/stdlib/stdlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
