dune-common  2.5-git
Macros
unused.hh File Reference

Definition of the DUNE_UNUSED macro for the case that config.h is not available. More...

Go to the source code of this file.

Macros

#define DUNE_UNUSED
 
#define DUNE_UNUSED_PARAMETER(parm)   static_cast<void>(parm)
 A macro to mark intentionally unused function parameters with. More...
 

Detailed Description

Definition of the DUNE_UNUSED macro for the case that config.h is not available.

Macro Definition Documentation

§ DUNE_UNUSED

#define DUNE_UNUSED

§ DUNE_UNUSED_PARAMETER

#define DUNE_UNUSED_PARAMETER (   parm)    static_cast<void>(parm)

A macro to mark intentionally unused function parameters with.