Skip to content

Commit 6e010e4

Browse files
committed
added return 0; to line 106 to prevent core dump when compiled with clang
1 parent 3677caa commit 6e010e4

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

src/.minunit.c.swp

16 KB
Binary file not shown.

src/minunit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ int stress(int n)
103103
f--;
104104
n = f;
105105
}
106+
return 0;
106107
}
107108

108109
static const char *test_get_temp()

0 commit comments

Comments
 (0)