so what do these errors mean?


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]

Posted by kalpol on July 12, 2001 at 12:17:12:

g++ is so obscure sometimes...this runs fine in VC++

set.h:223: instantiated from `set::AVLtree::addto(set::AVLtree::treenode *&, const foo &)'
set.h:80: instantiated from `set::AVLtree::insert(const foo &)'
set.h:27: instantiated from `set::add(const foo &)'
test.c:37: instantiated from here
set.h:180: warning: control reaches end of non-void function `set::AVLtree::verifyAVL(set::AVLtree::treenode *)'
set.h: In method `enum set::AVLtree::ReturnStatus set::AVLtree::addto(set::AVLtree::treenode *&, const foo &)':
set.h:80: instantiated from `set::AVLtree::insert(const foo &)'
set.h:27: instantiated from `set::add(const foo &)'
test.c:37: instantiated from here


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]