diff options
author | Steve Huston <shuston@riverace.com> | 2007-03-12 17:39:59 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2007-03-12 17:39:59 +0000 |
commit | 813b0db1812f7b2de4445df5b9b6fd8af74f95cc (patch) | |
tree | 08153adae54707300e8c335cc42cbb7282749d3b /TAO/MPC | |
parent | d01a250ba67771a973bfee74c1803bad33297d64 (diff) | |
download | ATCD-813b0db1812f7b2de4445df5b9b6fd8af74f95cc.tar.gz |
ChangeLogTag:Mon Mar 12 17:38:26 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'TAO/MPC')
-rw-r--r-- | TAO/MPC/config/tao_vc8warnings.mpb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/MPC/config/tao_vc8warnings.mpb b/TAO/MPC/config/tao_vc8warnings.mpb index f2d47d51d2b..ad233bfd5bd 100644 --- a/TAO/MPC/config/tao_vc8warnings.mpb +++ b/TAO/MPC/config/tao_vc8warnings.mpb @@ -11,4 +11,25 @@ feature(vc8_avoid_dominance_warnings) { specific(vc8) { DisableSpecificWarnings += 4250 } + specific(nmake) { + compile_flags += /wd4250 + } +} + +feature(vc8_avoid_stl_deprecated_warnings) { + specific(vc8) { + DisableSpecificWarnings += 4996 + } + specific(nmake) { + compile_flags += /wd4996 + } +} + +feature(vc8_avoid_unimpl_exception_spec_warnings) { + specific(vc8) { + DisableSpecificWarnings += 4290 + } + specific(nmake) { + compile_flags += /wd4290 + } } |