1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[bfu] clang's warning

This commit is contained in:
Witold Filipczyk 2024-04-18 17:09:11 +02:00
parent 77addf7277
commit 9ee4ebfa46

View File

@ -222,6 +222,7 @@ struct widget_data *select_widget_by_id(struct dialog_data *dlg_data, int i);
#define add_dlg_end(dlg, n) \
do { \
if (0 && (n)); \
assert(n == (dlg)->number_of_widgets); \
} while (0)