Browse Source

squelch compiler warnings

David Rose 24 years ago
parent
commit
6c175a5176
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/src/dtoolutil/filename.I

+ 3 - 0
dtool/src/dtoolutil/filename.I

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