From 006d2c3c02871edd9eaf2f32e64af06ef1cef671 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 17 Dec 2012 23:09:15 +0000 Subject: [PATCH] __CRAZY=Yes clean wants switch(enum) to be complete --- funcs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/funcs.c b/funcs.c index bf799fb..8a341d6 100644 --- a/funcs.c +++ b/funcs.c @@ -38,7 +38,7 @@ #endif #endif -__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.233 2012/12/08 18:30:30 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.234 2012/12/17 23:09:15 tg Exp $"); #if HAVE_KILLPG /* @@ -2919,6 +2919,9 @@ test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, return (1); } break; + default: + /* for completeness of switch */ + break; } #endif