__CRAZY=Yes clean wants switch(enum) to be complete

This commit is contained in:
tg 2012-12-17 23:09:15 +00:00
parent ae1ec32dbc
commit 006d2c3c02
1 changed files with 4 additions and 1 deletions

View File

@ -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