test NODEFAULT macro for optimizing switch()

This commit is contained in:
cxgeorge 2002-02-22 22:55:16 +00:00
parent 5cb7394301
commit 4f22e5e539

View File

@ -362,8 +362,7 @@ set_type(Filename::Type type) {
case T_executable:
set_binary();
default:
;
NODEFAULT;
}
}