Sort out compiler warnings, all of them
[pcsx_rearmed.git] / deps / libchdr / include / libchdr / coretypes.h
index ceffa6b..99ef322 100644 (file)
@@ -44,6 +44,9 @@ typedef int8_t INT8;
 #define core_fclose fclose
 #endif
 
+#ifdef __GNUC__
+__attribute__ ((unused))
+#endif
 static UINT64 core_fsize(core_file *f)
 {
     UINT64 rv;