Clear ABI warnings on Borland compiler, when headers included further headers

[SVN r36880]
This commit is contained in:
Alisdair Meredith
2007-02-03 17:07:44 +00:00
parent 79994e01c5
commit b1a5420f4d
2 changed files with 8 additions and 0 deletions

View File

@ -18,3 +18,8 @@
#ifdef BOOST_HAS_ABI_HEADERS
# include BOOST_ABI_PREFIX
#endif
#if defined( __BORLANDC__ )
#pragma nopushoptwarn
#endif

View File

@ -20,4 +20,7 @@
# include BOOST_ABI_SUFFIX
#endif
#if defined( __BORLANDC__ )
#pragma nopushoptwarn
#endif