aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/include/pdb/workarounds.hpp
blob: 00bd5c57bd748e63c61c8d66fd35f282950e8e6e (plain) (tree)
1
2
3
4
5
6
7
8







                                                            
// Copyright (c) 2020 Egor Tensin <Egor.Tensin@gmail.com>
// This file is part of the "PDB repository" project.
// For details, see https://github.com/egor-tensin/pdb-repo.
// Distributed under the MIT License.

#pragma once

#define PDB_UNUSED_PARAMETER(...) (void)(__VA_ARGS__)