From bc2984efe2149758799d317aa6157badc4942d54 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 25 Mar 2012 11:00:41 +0000 Subject: clang compatibility. svn path=/trunk/libdom/; revision=13673 --- src/core/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/string.c') diff --git a/src/core/string.c b/src/core/string.c index 7255241..0c82d4e 100644 --- a/src/core/string.c +++ b/src/core/string.c @@ -331,7 +331,7 @@ bool dom_string_lwc_isequal(const dom_string *s1, lwc_string *s2) if (s1->type == DOM_STRING_INTERNED) { bool match; - lwc_string_isequal(s1->data.intern, s2, &match); + (void) lwc_string_isequal(s1->data.intern, s2, &match); return match; } -- cgit v1.2.3