dune-common
2.2.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
common
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
Generated on Thu Mar 20 2014 22:12:03 for dune-common by
1.8.1.2