From 80cfe125983eb126a9f8afd974196cf0bf347877 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 27 Mar 2010 16:10:57 +0000 Subject: Fix libcss to use new libwapcaplet behaviour. TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162 --- src/utils/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/utils.h b/src/utils/utils.h index 26c9a08..1fe2d46 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -70,6 +70,8 @@ css_error_from_lwc_error(lwc_error err) return CSS_NOMEM; case lwc_error_range: return CSS_BADPARM; + default: + break; } return CSS_INVALID; } -- cgit v1.2.3