mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bfu] clang's warning
This commit is contained in:
parent
77addf7277
commit
9ee4ebfa46
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user