dune-common  2.2.0
unused.hh
Go to the documentation of this file.
1 #ifndef DUNE_COMMON_UNUSED_HH
2 #define DUNE_COMMON_UNUSED_HH
3 
9 #ifndef HAS_ATTRIBUTE_UNUSED
10 #define DUNE_UNUSED
11 #else
12 #define DUNE_UNUSED __attribute__((unused))
13 #endif
14 
15 #endif