1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[forms] Temporarily comment assertion

This commit is contained in:
Witold Filipczyk 2023-10-24 12:34:27 +02:00
parent aeeceaaf83
commit 007fef1d6c

View File

@ -2185,7 +2185,7 @@ assert_forms_list_ok(LIST_OF(struct form) *forms)
assert(followers == 1);
}
assert(saw_form_num_0 == 1);
// assert(saw_form_num_0 == 1);
}
#else /* !CONFIG_DEBUG */
# define assert_forms_list_ok(forms) ((void) 0)