From: Adam Dickmeiss Date: Tue, 1 Dec 2009 09:49:49 +0000 (+0100) Subject: Fix switch label X-Git-Tag: v4.0.0~99 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=87be3734a81ab7521e72524e2636b07a73cae345 Fix switch label --- diff --git a/src/rpn2cql.c b/src/rpn2cql.c index f94860d..e133bec 100644 --- a/src/rpn2cql.c +++ b/src/rpn2cql.c @@ -82,7 +82,7 @@ static const char *lookup_relation_index_from_attr(Z_AttributeList *attributes) case 102: /* relevance is supported in CQL, but not implemented yet */ return 0; - otherwise: + default: /* Invalid relation */ return 0; }