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

This commit is contained in:
Ryan C. Gordon 2017-07-12 02:33:15 -04:00
parent 5f5eca8d01
commit 4b2180dd17
1 changed files with 0 additions and 3 deletions

View File

@ -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 */