Ver Fonte

unix: Don't #error if no CD-ROM support, because we already give a #warning.

Ryan C. Gordon há 8 anos atrás
pai
commit
4b2180dd17
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      src/platform_unix.c

+ 0 - 3
src/platform_unix.c

@@ -144,9 +144,6 @@ void __PHYSFS_platformDetectAvailableCDs(PHYSFS_StringCallback cb, void *data)
     } /* while */
 
     fclose(mounts);
-
-#else
-#error Unknown platform. Should have defined PHYSFS_NO_CDROM_SUPPORT, perhaps.
 #endif
 } /* __PHYSFS_platformDetectAvailableCDs */