Opened 11 years ago

Closed 10 years ago

#2310 closed defect (wontfix)

IMake writes out same destructors for some classes multiple times

Reported by: jng Owned by: jng
Priority: low Milestone: 2.6
Component: Build System Version:
Severity: trivial Keywords:
Cc: External ID:

Description

The whole series of SWIG warnings when building any of the API wrappers is due to the fact that the IMake tool is writing out a destructor for a given class more than once.

IMake should keep track of destructors that have been written so as to not write any additional duplicate ones.

Change History (1)

comment:1 by jng, 10 years ago

Resolution: wontfix
Status: newclosed

It doesn't seem to be that big of a deal to try and fix.

Note: See TracTickets for help on using tickets.