unix: Don't #error if no CD-ROM support, because we already give a #warning.
This commit is contained in:
parent
5f5eca8d01
commit
4b2180dd17
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue