OpenQMC API
Loading...
Searching...
No Matches
unused.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright Contributors to the OpenQMC Project.
3
7
8#pragma once
9
11#define OQMC_MAYBE_UNUSED(exp) (void)(exp)