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