Opened 11 years ago
Closed 11 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.
Note:
See TracTickets
for help on using tickets.
It doesn't seem to be that big of a deal to try and fix.