summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciao_vcwarnings.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/ciao_vcwarnings.mpb')
-rw-r--r--CIAO/MPC/config/ciao_vcwarnings.mpb18
1 files changed, 0 insertions, 18 deletions
diff --git a/CIAO/MPC/config/ciao_vcwarnings.mpb b/CIAO/MPC/config/ciao_vcwarnings.mpb
deleted file mode 100644
index 40e9d48107f..00000000000
--- a/CIAO/MPC/config/ciao_vcwarnings.mpb
+++ /dev/null
@@ -1,18 +0,0 @@
-// -*- MPC -*-
-// This file contains optional features that disable VC8 warnings that were
-// not present in earlier versions. Some people may consider these superfluous
-// or have already checked code to be sure it causes no trouble. So these
-// warnings are disabled by default. To enable them, generate your projects
-// with the feature set to 0.
-
-feature(vc_avoid_deprecated_warnings) {
- specific(prop:microsoft) {
- DisableSpecificWarnings += 4996
- }
-}
-
-feature(vc_avoid_dominance_warnings) {
- specific(prop:microsoft) {
- DisableSpecificWarnings += 4250
- }
-}