Mostly cgg warning suppression, plus some gcc 2.95 workarounds.

[SVN r20462]
This commit is contained in:
John Maddock
2003-10-23 12:40:47 +00:00
parent f7eb12d9c7
commit 9215a04042
8 changed files with 60 additions and 21 deletions

View File

@ -123,7 +123,7 @@ BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void* p)
#else
mem_block_cache block_cache = { 0, };
mem_block_cache block_cache = { 0, 0, };
BOOST_REGEX_DECL void* BOOST_REGEX_CALL get_mem_block()
{