diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-18 16:38:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-18 16:38:51 +0000 |
commit | 4c10882d08f731a2286d04f45f9c1ef8b4ee0e7c (patch) | |
tree | 51f3ae9d1515a82eb07f718b1cd1ed850eec2953 /TAO/TAO_IDL/Makefile | |
parent | 66b5b0b83edcb91e90e5c83b09cf9a2f26069d1d (diff) | |
download | ATCD-4c10882d08f731a2286d04f45f9c1ef8b4ee0e7c.tar.gz |
removed Green Hills warning suppression because it's no longer necessary
Diffstat (limited to 'TAO/TAO_IDL/Makefile')
-rw-r--r-- | TAO/TAO_IDL/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/Makefile b/TAO/TAO_IDL/Makefile index cd3811fc102..fc93c0adcaa 100644 --- a/TAO/TAO_IDL/Makefile +++ b/TAO/TAO_IDL/Makefile @@ -175,12 +175,6 @@ else # ! CROSS-COMPILE ifeq ($(findstring g++,$(CXX)),g++) CCFLAGS += -Wno-switch - else - ifeq ($(findstring gcx,$(CXX)),gcx) - # GreenHills gcx, to suppress many warnings about TAO_YY_BREAK - # statements being unreachable. - CCFLAGS += -w - endif # gcx endif # g++ CPPFLAGS += -Iinclude -Ibe_include -Ife \ |