squelch compiler warnings

This commit is contained in:
David Rose 2002-02-25 18:33:10 +00:00
parent 71377eeaac
commit 6c175a5176

View File

@ -361,6 +361,9 @@ set_type(Filename::Type type) {
case T_dso: case T_dso:
case T_executable: case T_executable:
set_binary(); set_binary();
case T_general:
break;
} }
} }