// file : odb/details/unused.hxx // author : Boris Kolpackov // 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 #define ODB_POTENTIALLY_UNUSED(x) (void)x #include #endif // ODB_UNUSED_DETAILS_HXX