fixing warnings in como

[SVN r2412]
This commit is contained in:
Arkadiy Vertleyb
2004-12-15 03:24:29 +00:00
parent 17a98d6a84
commit c954c4bca8
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ enum
CONST_MEM_FUN_ID = FUN_ID + 3 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
CONST_VOID_MEM_FUN_ID = FUN_ID + 4 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
VOLATILE_MEM_FUN_ID = FUN_ID + 5 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
VOLATILE_CONST_MEM_FUN_ID = FUN_ID + 6 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
VOLATILE_CONST_MEM_FUN_ID = FUN_ID + 6 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY)
};
namespace boost

View File

@ -147,7 +147,7 @@ void odr_test()
}
#pragma message("main()...")
main()
int main()
{
odr_test();
}