dune-common
2.2.1
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 Sun May 12 2013 16:35:24 for dune-common by
1.8.1.2