mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
Squash warning: variable ‘exc’ set but not used
This commit is contained in:
parent
dbbf4ad648
commit
01953378ac
@ -250,6 +250,7 @@ method Node::normalize()
|
|||||||
%{
|
%{
|
||||||
dom_exception exc;
|
dom_exception exc;
|
||||||
exc = dom_node_normalize(priv->node);
|
exc = dom_node_normalize(priv->node);
|
||||||
|
if (exc != DOM_NO_ERR) return 0;
|
||||||
return 0;
|
return 0;
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user