diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
commit | 88aa7fad74d32cbb6e671ad14cdde00742d5ee23 (patch) | |
tree | 9fb556cb489f7849e7dbca096364aeab06560015 /TAO/rules.tao.GNU | |
parent | c122ed4ef6b4c3db15b482359638f85aaad3de49 (diff) | |
download | ATCD-88aa7fad74d32cbb6e671ad14cdde00742d5ee23.tar.gz |
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 0136c1e5178..05c80502bb3 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -35,7 +35,8 @@ ifndef TAO_ORBSVCS Sched \ Event \ CosEvent \ - AV + AV \ + #Event2 endif # TAO_ORBSVCS @@ -46,6 +47,7 @@ ifeq ($(findstring g++,$(CXX)),g++) CCFLAGS += -Wno-unused 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 |