00001 00022 #ifndef EXIF_SYSTEM_H 00023 #define EXIF_SYSTEM_H 00024 00025 #if defined(__GNUC__) && (__GNUC__ >= 2) 00026 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) 00027 #else 00028 # define UNUSED(param) param 00029 #endif 00030 00031 #endif /* !defined(EXIF_SYSTEM_H) */