|
OpenQMC API
|

Go to the source code of this file.
Macros | |
| #define | OQMC_MAYBE_UNUSED(exp) (void)(exp) |
| Macro to declare a symbol unused. | |
Defines a macro to declare an expression as potentially unused. This is needed for older versions of C++ without the maybe_unused attribute.
| #define OQMC_MAYBE_UNUSED | ( | exp | ) | (void)(exp) |