1
0
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:
Witold Filipczyk 2024-10-30 16:16:43 +01:00
parent 613fae25bb
commit 763e70b8fc

View File

@ -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);
}