Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / MPC / config / tao_vc8warnings.mpb
blob856dde6c1cce5a24cb328b8fdec100dbe7cd993e
1 // -*- MPC -*-
2 // This file contains optional features that disable VC8 warnings that were
3 // not present in earlier versions. Some people may consider these superfluous
4 // or have already checked code to be sure it causes no trouble. So these
5 // warnings are disabled by default. To enable them, generate your projects
6 // with the feature set to 0.
8 feature(vc8_avoid_dominance_warnings) {
9   specific(prop:microsoft) {
10     DisableSpecificWarnings += 4250
11   }
14 feature(!vc8_stl_deprecated_warnings) {
15   specific(prop:microsoft) {
16     DisableSpecificWarnings += 4996
17   }
20 feature(vc8_avoid_unimpl_exception_spec_warnings) {
21   specific(prop:microsoft) {
22     DisableSpecificWarnings += 4290
23   }