00001 /* 00002 * ===================================================================================== 00003 * 00004 * Filename: utils.h 00005 * 00006 * Description: : 00007 * 00008 * Version: 1.0 00009 * Created: 11.08.2008 10:02:28 CEST 00010 * Revision: none 00011 * Compiler: gcc 00012 * 00013 * Author: ARCILA Romain (fl), arcila.romain@free.fr 00014 * Company: none 00015 * 00016 * ===================================================================================== 00017 */ 00018 00024 #ifndef __UTILS_H__ 00025 #define __UTILS_H__ 00026 00027 00028 #ifdef __GNUC__ 00029 #define M_UNUSED __attribute__((unused)) 00030 #else 00031 #define M_UNUSED 00032 #endif 00033 00034 namespace UtilsNS { 00035 00036 } 00037 #endif