aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/stubs/wtf/UnusedParam.h
blob: 4f1156060da8861ea759225a2048d10551b9f2b6 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef UNUSEDPARAM_H
#define UNUSEDPARAM_H

#include <qglobal.h>

#define UNUSED_PARAM(x) Q_UNUSED(x)

#endif // UNUSEDPARAM_H