Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/utils/macros/unused.h
Go to the documentation of this file.
00001 #ifndef H_UTILS_MACROS_UNUSED
00002 #define H_UTILS_MACROS_UNUSED
00003 
00004 #define UNUSED(x) x __attribute__((unused))
00005 
00006 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines