summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 19:42:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 19:42:57 +0000
commit3d5bd48851cf9819048a692e34f1b60cf222ab95 (patch)
tree21a485caf4c3d87c52d45c8369bae283e49ef867
parent826bc20bf990fe9a1875140218051e0df3a48e23 (diff)
downloadATCD-3d5bd48851cf9819048a692e34f1b60cf222ab95.tar.gz
* TAO_IDL/util/utl_stack.cpp:
Removed unused AST_Decl* variable in method push(), and the ScopeAsDecl() call that initializes it. This narrowing operation was causing a crash on cxx/Linux-alpha. This may not solve the underlying problem, if any. If that's the case, the error will turn up elsewhere the next time the IDL compiler is run on the above platform, but in any case, the local variable, the initialization, and the ACE_UNUSED_ARG statement were all superfluous in UTL_ScopeStack::push().
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 43a508033d1..64fad74ffc1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Sun Mar 26 13:32:10 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/util/utl_stack.cpp:
+ Removed unused AST_Decl* variable in method push(), and
+ the ScopeAsDecl() call that initializes it. This narrowing
+ operation was causing a crash on cxx/Linux-alpha. This may
+ not solve the underlying problem, if any. If that's the
+ case, the error will turn up elsewhere the next time the
+ IDL compiler is run on the above platform, but in any case,
+ the local variable, the initialization, and the ACE_UNUSED_ARG
+ statement were all superfluous in UTL_ScopeStack::push().
+
Sat Mar 25 22:10:00 2000 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* TAO_IDL/be/be_visitor_interface/interface_cs.cpp: