DEADSOFTWARE

warnings for -O3
[d2df-sdl.git] / src / shared / WADEDITOR.pas
index 3c6c1a3082fc80c9290ace750a56bc3921b963a0..83538c0525bdbe09ad97aeb443c2b6fb8ca545e2 100644 (file)
@@ -674,6 +674,7 @@ begin
   DFWAD_ERROR_WADNOTLOADED: Result := 'DFWAD file is not loaded';
   DFWAD_ERROR_READRESOURCE: Result := 'Read resource error';
   DFWAD_ERROR_READWAD: Result := 'Read DFWAD error';
+  else Result := 'Unknown DFWAD error';
  end;
 end;