exif-system.h

Go to the documentation of this file.
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) */

Generated on Wed Apr 8 11:15:35 2009 for EXIF library (libexif) API by  doxygen 1.5.8