aboutsummaryrefslogtreecommitdiff
path: root/odb/details/unused.hxx
blob: 43cfee0ee20f7200dc69942749a57b58b61599d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/details/unused.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_UNUSED_DETAILS_HXX
#define ODB_UNUSED_DETAILS_HXX

#include <odb/pre.hxx>

#define ODB_POTENTIALLY_UNUSED(x) (void)x

#include <odb/post.hxx>

#endif // ODB_UNUSED_DETAILS_HXX