Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / vs2019nmake.mpb
bloba2de3923249a097790273913afe16793b3b7c33b
1 // -*- MPC -*-
2 feature (nmake_avoid_Wp64) {
3   specific(nmake) {
4     add_compile -= /Wp64
5   }
8 feature (nmake_avoid_Gm) {
9   specific(nmake) {
10     compile_flags -= /Gm
11   }
14 feature(vc_avoid_hides_local_declaration) {
15   specific(nmake) {
16     DisableSpecificWarnings += 4456
17   }
20 feature(vc_avoid_hides_global_declaration) {
21   specific(nmake) {
22     DisableSpecificWarnings += 4459
23   }
26 feature(vc_avoid_hides_class_member) {
27   specific(nmake) {
28     DisableSpecificWarnings += 4458
29   }