// file : xsd/cxx/config.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_CONFIG_HXX #define XSD_CXX_CONFIG_HXX #include // Macro to suppress unused variable warning. // #define XSD_UNUSED(x) (void)x #endif // XSD_CXX_CONFIG_HXX