summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-03-12 17:39:59 +0000
committerSteve Huston <shuston@riverace.com>2007-03-12 17:39:59 +0000
commit813b0db1812f7b2de4445df5b9b6fd8af74f95cc (patch)
tree08153adae54707300e8c335cc42cbb7282749d3b /TAO/MPC
parentd01a250ba67771a973bfee74c1803bad33297d64 (diff)
downloadATCD-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.mpb21
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
+ }
}