OpenQMC API
Loading...
Searching...
No Matches
unused.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OQMC_MAYBE_UNUSED(exp)   (void)(exp)
 Macro to declare a symbol unused.
 

Detailed Description

Defines a macro to declare an expression as potentially unused. This is needed for older versions of C++ without the maybe_unused attribute.

Macro Definition Documentation

◆ OQMC_MAYBE_UNUSED

#define OQMC_MAYBE_UNUSED (   exp)    (void)(exp)