aboutsummaryrefslogtreecommitdiff
path: root/odb/details/unused.hxx
blob: bf1638f8d9a096eace6abbc0ea41a337b1ace3e3 (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