From 48b46a23b183fc576f7e999a166d1e130233032c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:20:49 +0000 Subject: Disabled compiler warnings from icc. --- src/xml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xml.h') diff --git a/src/xml.h b/src/xml.h index b11cb86f..87cfcb85 100644 --- a/src/xml.h +++ b/src/xml.h @@ -127,6 +127,7 @@ public: virtual value_t to_value() const { throw_(conversion_error, "Cannot convert node to a value"); + return value_t(); } virtual void print(std::ostream& out, int depth = 0) const = 0; -- cgit v1.2.3