(open_archive): Add default case to shut up gcc.

This commit is contained in:
Sergey Poznyakoff
2005-12-09 10:04:26 +00:00
parent bfa1bba5fd
commit 12cd9cea81

View File

@@ -1618,6 +1618,9 @@ open_archive (enum access_mode wanted_access)
if (volume_label_option)
write_volume_label ();
break;
default:
break;
}
}