dune-common  2.2.0
unused.hh
Go to the documentation of this file.
00001 #ifndef DUNE_COMMON_UNUSED_HH
00002 #define DUNE_COMMON_UNUSED_HH
00003 
00009 #ifndef HAS_ATTRIBUTE_UNUSED
00010 #define DUNE_UNUSED
00011 #else
00012 #define DUNE_UNUSED __attribute__((unused))
00013 #endif
00014 
00015 #endif