mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[css] cast to void to avoid warning when compiled by clang
This commit is contained in:
parent
613fae25bb
commit
763e70b8fc
@ -1843,7 +1843,7 @@ set_libcss_node_data(void *pw, void *node, void *libcss_node_data)
|
||||
}
|
||||
|
||||
if (old_node_data) {
|
||||
err = css_libcss_node_data_handler(&selection_handler,
|
||||
(void)css_libcss_node_data_handler(&selection_handler,
|
||||
CSS_NODE_DELETED,
|
||||
NULL, node, NULL, old_node_data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user