Skip to content

Commit 741ab57

Browse files
unused on selftest
1 parent 3d84d36 commit 741ab57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/regex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const char *regex_last_error(const struct regex_prog *p) {
129129
return p->err;
130130
}
131131

132-
void regex_selftest(void) {
132+
[[maybe_unused]] void regex_selftest(void) {
133133
dprintf("==== regex_selftest ====\n");
134134
struct {
135135
const char *pattern;

0 commit comments

Comments
 (0)