From 43e592013b1dc786cd224ce827cad24f1805ca49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Nov 2010 18:05:06 +0200 Subject: Add support for unidirectional object relationships New test: common/relationship. --- odb/details/unused.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 odb/details/unused.hxx diff --git a/odb/details/unused.hxx b/odb/details/unused.hxx new file mode 100644 index 0000000..ec0c46c --- /dev/null +++ b/odb/details/unused.hxx @@ -0,0 +1,15 @@ +// file : odb/details/unused.hxx +// author : Boris Kolpackov +// 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 + +#define ODB_POTENTIALLY_UNUSED(x) (void)x + +#include + +#endif // ODB_UNUSED_DETAILS_HXX -- cgit v1.1