summaryrefslogtreecommitdiff
path: root/TAO/MPC/config/tao_vc8warnings.mpb
blob: dd1523117ef520eea4e3b3e8d90302365f2ad4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- MPC -*-
// $Id$

// 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(vc8_avoid_dominance_warnings) {
  specific(prop:microsoft) {
    DisableSpecificWarnings += 4250
  }
}

feature(!vc8_stl_deprecated_warnings) {
  specific(prop:microsoft) {
    DisableSpecificWarnings += 4996
  }
}

feature(vc8_avoid_unimpl_exception_spec_warnings) {
  specific(prop:microsoft) {
    DisableSpecificWarnings += 4290
  }
}