diff options
Diffstat (limited to 'TAO/tests/IDL_Test/IDL_Test.mpc')
-rw-r--r-- | TAO/tests/IDL_Test/IDL_Test.mpc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc index b428f8c2e89..bd5fc8bcd83 100644 --- a/TAO/tests/IDL_Test/IDL_Test.mpc +++ b/TAO/tests/IDL_Test/IDL_Test.mpc @@ -5,6 +5,12 @@ project(*Main): taoserver, messaging, gen_ostream { exename = main idlflags += -GC -GH -Gd -GT + verbatim(gnuace, macros) { + ifeq ($(OSTYPE),VMS) + CCFLAGS += -Wc/DISTINGUISH_NESTED_ENUMS + endif + } + IDL_Files { array.idl Bug_2350_Regression.idl @@ -48,12 +54,12 @@ project(*Main): taoserver, messaging, gen_ostream { constants.idl generic_object.idl keywords.idl - + dif2.idl inherit.idl module.idl primtypes.idl - + pragma.idl repo_id_mod.idl typedef.idl |