Dune Core Modules (2.4.2)
Go to the documentation of this file.
3#ifndef DUNE_COMMON_UNUSED_HH
4#define DUNE_COMMON_UNUSED_HH
11#ifndef HAS_ATTRIBUTE_UNUSED
14#define DUNE_UNUSED __attribute__((unused))
18#define DUNE_UNUSED_PARAMETER(parm) static_cast<void>(parm)