summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciao_vcwarnings.mpb
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-11 14:59:08 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-11 14:59:08 +0000
commit1d548515ebcc0fecee1bc83c1a46505f07757170 (patch)
tree94c4f1e2792532189cf0f536ab4c3d4ea608f21c /CIAO/MPC/config/ciao_vcwarnings.mpb
parent500fdb3bc07404d9b62f72a84d69f510108168df (diff)
downloadATCD-1d548515ebcc0fecee1bc83c1a46505f07757170.tar.gz
ChangeLogTag: Wed Feb 11 14:46:15 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'CIAO/MPC/config/ciao_vcwarnings.mpb')
-rw-r--r--CIAO/MPC/config/ciao_vcwarnings.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/MPC/config/ciao_vcwarnings.mpb b/CIAO/MPC/config/ciao_vcwarnings.mpb
index 2f224300656..03a5e886ecb 100644
--- a/CIAO/MPC/config/ciao_vcwarnings.mpb
+++ b/CIAO/MPC/config/ciao_vcwarnings.mpb
@@ -8,13 +8,13 @@
// with the feature set to 0.
feature(vc_avoid_deprecated_warnings) {
- specific(vc8, vc9, vc10) {
+ specific(vc8, vc9) {
DisableSpecificWarnings += 4996
}
}
feature(vc_avoid_dominance_warnings) {
- specific(vc8, vc9, vc10) {
+ specific(vc8, vc9) {
DisableSpecificWarnings += 4250
}
}