summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 18:08:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 18:08:45 +0000
commit3ffd2b79c2f2be25b68c61ac2caf5900c7fe3c01 (patch)
treebe1fc1d1389a44986edb94af4a4e9a3e874d984e /TAO/rules.tao.GNU
parentcbdbddd82a5b20addb4a3ef617d75e6e59cb5896 (diff)
downloadATCD-3ffd2b79c2f2be25b68c61ac2caf5900c7fe3c01.tar.gz
ChangeLogTag: Wed Jul 07 13:07:09 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 8b741f86207..6085c158beb 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -26,14 +26,6 @@ ifeq ($(findstring g++,$(CXX)),g++)
#### g++ < 2.8 complains about unused parameters in generated code.
CCFLAGS += -Wno-unused
endif # g++ < 2.8
-
- # This no longer appears to be needed.
- ifneq ($(findstring egcs-2.91,$(shell $(CXX) --version)),)
- #### egcs 2.91.57 seems to go overboard:
- #### DynAny_i.cpp:565: warning: `class TAO_DynAny_i * this' might be
- #### used uninitialized in this function
- #CCFLAGS += -Wno-uninitialized
- endif # egcs 2.91.x
endif # g++